From 40119257bee1ad3cf75dbbca3dc5f0c1b9feee94 Mon Sep 17 00:00:00 2001 From: Tony Field <2083963+tfield@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:11:55 -0400 Subject: [PATCH] Update engine-project-security-guide.rst Word wrap was causing unusual highlighting --- source/includes/engine-project-security-guide.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/source/includes/engine-project-security-guide.rst b/source/includes/engine-project-security-guide.rst index 36dfa25c5..b7ba63f5b 100644 --- a/source/includes/engine-project-security-guide.rst +++ b/source/includes/engine-project-security-guide.rst @@ -72,12 +72,9 @@ You can restrict pages based on whether a user is authenticated or has a certain the next steps to create in the page content type a Repeating Group with a text Input for the roles: #. In Studio, click on |projectTools|. -#. Click on **Content Types** then **Open Existing Type** and select the content type for the pages that you want to - restrict. -#. On Controls, select the Repeating Group and add it to any Form Section (you can even create an Authorization - section just for these fields). -#. In the Repeating Group properties, set the **Title** field to "Authorized Roles" and the **Name / Variable Name** - field to "authorizedRoles." +#. Click on **Content Types** then **Open Existing Type** and select the content type for the pages that you want to restrict. +#. On Controls, select the Repeating Group and add it to any Form Section (you can even create an Authorization section just for these fields). +#. In the Repeating Group properties, set the **Title** field to "Authorized Roles" and the **Name / Variable Name** field to "authorizedRoles." .. image:: /_static/images/site-admin/authorized_roles_properties.webp :alt: Engine Project Security Guide - Authorized Roles Properties