fix styling so text is displayed (#78051)

This commit is contained in:
David Harris 2023-11-13 12:48:54 +00:00 committed by GitHub
parent 20a2840046
commit 343f147544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2487,9 +2487,9 @@ Refer to [Role-based access control]({{< relref "../../administration/roles-and-
## [navigation.app_sections]
Move an app plugin (referenced by its id), including all its pages, to a specific navigation section. Format: <pluginId> = <sectionId> <sortWeight>
Move an app plugin (referenced by its id), including all its pages, to a specific navigation section. Format: `<pluginId> = <sectionId> <sortWeight>`
## [navigation.app_standalone_pages]
Move an individual app plugin page (referenced by its `path` field) to a specific navigation section.
Format: <pageUrl> = <sectionId> <sortWeight>
Format: `<pageUrl> = <sectionId> <sortWeight>`