From 10474ebd931df661227c20ba501229a1b012682e Mon Sep 17 00:00:00 2001 From: Peter Hauke <90506472+peterhauke@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:44:12 +0100 Subject: [PATCH] Fix typos and make minor edits. Fix typos and make minor edits. I removed the semi-colons from the bullet points as most of the bullet points here did not have semi-colons. I removed the old-fashioned smiley : -) as it looks a little bit odd. --- 6.x/getting-started-advanced-features.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/6.x/getting-started-advanced-features.md b/6.x/getting-started-advanced-features.md index 9edadcd3..f1c3ff57 100644 --- a/6.x/getting-started-advanced-features.md +++ b/6.x/getting-started-advanced-features.md @@ -2,9 +2,9 @@ --- -**Duration:** 5 min +**Duration:** 5 minutes -Here are some other cool things Backpack makes easy for you. We recommend going through them one by one, just browsing. You might not need the feature _right now_, but when _you do_, you'll know how to find it. +Here are some other cool things Backpack makes easy for you. We recommend going through them one by one, just browsing. You might not need the feature _right now_, but when _you do_, you'll know where to find it. --- @@ -13,9 +13,9 @@ Here are some other cool things Backpack makes easy for you. We recommend going - [Show](/docs/{{version}}/crud-operation-show) Operation - helps admins preview an entry FREE - [Reorder](/docs/{{version}}/crud-operation-reorder) Operation - helps reorder and nest entries (hierarchy tree) FREE - [Revise](/docs/{{version}}/crud-operation-revisions) Operation - helps record all changes to an entry and undo them FREE -- [Clone](/docs/{{version}}/crud-operation-clone) Operation - helps make a copy of an entry; PRO -- [BulkDelete](/docs/{{version}}/crud-operation-delete) Operation - helps delete multiple items in one go; PRO -- [BulkClone](/docs/{{version}}/crud-operation-clone) Operation - helps clone multiple items in one go; PRO +- [Clone](/docs/{{version}}/crud-operation-clone) Operation - helps make a copy of an entry PRO +- [BulkDelete](/docs/{{version}}/crud-operation-delete) Operation - helps delete multiple items in one go PRO +- [BulkClone](/docs/{{version}}/crud-operation-clone) Operation - helps clone multiple items in one go PRO --- @@ -30,9 +30,9 @@ Here are some other cool things Backpack makes easy for you. We recommend going -- - **ListEntries** - - you can add a "+" button next to each entry, to allow the admin to easily preview some quick information that was too big to fit inside a column - we call it [details row](/docs/{{version}}/crud-operation-list-entries#details-row) PRO + - you can add a "+" button next to each entry to allow an admin to easily preview some quick information that was too big to fit inside a column - we call this [details row](/docs/{{version}}/crud-operation-list-entries#details-row) PRO - export all visible items in the table by adding [export buttons](/docs/{{version}}/crud-operation-list-entries#export-buttons) PRO - - [custom search logic](/docs/{{version}}/crud-columns#custom-search-logic) for the columns in the list view FREE + - [custom search logic](/docs/{{version}}/crud-columns#custom-search-logic) for the columns in a list view FREE Additionally, here are a few more ways you can customize your CRUDs: @@ -40,7 +40,7 @@ Additionally, here are a few more ways you can customize your CRUDs: - [Custom Content Class for each CRUD](/docs/{{version}}/crud-how-to#resize-the-content-wrapper-for-an-operation) - [Custom CSS or JS](/docs/{{version}}/crud-how-to#customize-css-and-js-for-default-crud-operations) for each CRUD Operation -**That's it for today!** Told you we're done with long lessons :-) Hopefully some of the above have peaked your interest and you've clicked to see what Backpack can do. In the [next lesson](/docs/{{version}}/getting-started-license-and-support) we'll go through a few other Backpack packages that cover some recurring use cases. +**That's it!** We told you we're done with long lessons. Hopefully, some of the above has peaked your interest and you've clicked through to see what Backpack can do. In the [next lesson](/docs/{{version}}/getting-started-license-and-support) we'll go through a few other Backpack packages that cover some recurring use cases.