diff --git a/src/routes/docs/tutorials/vue/step-6/+page.markdoc b/src/routes/docs/tutorials/vue/step-6/+page.markdoc index 27410bd0aac..daefc0a4712 100644 --- a/src/routes/docs/tutorials/vue/step-6/+page.markdoc +++ b/src/routes/docs/tutorials/vue/step-6/+page.markdoc @@ -21,6 +21,21 @@ Create a new table with the following columns: | title | Varchar | Yes | | description | Text | No | +## Configure permissions {% #configure-permissions %} +{% only_dark %} +![Table permissions screen](/images/docs/tutorials/dark/idea-tracker-permissions.avif) +{% /only_dark %} +{% only_light %} +![Table permissions screen](/images/docs/tutorials/idea-tracker-permissions.avif) +{% /only_light %} + +Navigate to the **Settings** tab of your table, add the role **Any** and check the **Read** box. +Next, add a **Users** role and give them access to **Create** by checking those boxes. +These permissions apply to all rows in your new table. + +Finally, enable **Row security** to allow further permissions to be set at the row level. +Remember to click the **Update** button to apply your changes. + ## Ideas context {% #ideas-context %} Now that you have a table to hold ideas, we can read and write to it from our app. Like we did with the user data, we will create a store hold our ideas.