Info |
---|
Released → August 26th27th, 2019 |
Projects
USW Kroc Symphony
...
SK-24 Store page types & properties per Conductor in database
"name": "about", (lower case, non-spaced version of the title) "pageType": "about", (lower case, non-spaced version of the title) "docType": "webpage", (can only be webpage, news, or events) "title": "About Us", "plural": "About Us", (plural version of the title) "singular": "About Us", (singular version of the title) "usePreview": true, (whether the property builder shows a preview) "icon": "far fa-address-card", (icon to use on the root admin page) "idx": 1, (position on the root admin page) "allowHide": true, (show the Show/Hide toggle on the root admin page) "pageGroup": false, (if the pages are grouped or displayed individually on the root admin page) "showInNavigation": false, (whether to show in the admin navigation or not) "properties": [ ] (list of properties available on the page type)
"title": "Theater Space", "name": "slides", (name of the property – check with Devnext for the name of each property) "idx": 0, (position on the page) "active": true, (whether to use the property or not) "allowHide": true (allow users to hide the property) |
SK-25 Load front end properties dynamically from Page Types configuration
SK-26 Load admin nav and admin builders dynamically from Page Types configuration
SK-27 Add ability to select a Symphony Theme in Conductor
Everyone will be using the Symphony 2016 theme except the USW Kroc Conductor
SK-81 Add the ability to show/hide all properties
You can set allowHide
on any property and it will work.
Hierarchical Page View
- SK-85 Display pages hierarchically in admin
Added Conductor toggles for Allow Local Admins to create and delete and type of page and for Display Pages Hierarchically
The first allows local admins to archive and delete pages from the root admin page, and allows the creation of any type of page:
The second allows local admins to drag and drop pages (and nest them under other pages) on the root admin page. This is simply an organizational change and won't change anything on the front end of the site.
- SK-86 Add ability to add or remove pages from menu
Added a toggle for Allow Local Admins to select which pages appear in the Navigation Menu
This turns on the Show in Menu toggle on the root admin page.
Warning |
---|
This feature isn't complete and will not render the child pages or Stories/Events in the front-end menu of the site. The front-end counterpart for this feature will be released in early October. |
Div | ||||
---|---|---|---|---|
| ||||
...