QC
When modifying a section field, lock the ID
When initially building a section the ID of the fields should follow the name of the fields, however, when editing later, a field should be renamable without breaking the code- the ID for the field could be locked to remain the same. This could either be done after the section has first been “created/published” OR there could be a smart check to see if the field has already been used in the code, and lock the ID after it has been. OR We could allow the user a checkbox to “lock” the ID manually when editing the field name

Matt Jones 3 days ago
High Priority
Studio
QC
When modifying a section field, lock the ID
When initially building a section the ID of the fields should follow the name of the fields, however, when editing later, a field should be renamable without breaking the code- the ID for the field could be locked to remain the same. This could either be done after the section has first been “created/published” OR there could be a smart check to see if the field has already been used in the code, and lock the ID after it has been. OR We could allow the user a checkbox to “lock” the ID manually when editing the field name

Matt Jones 3 days ago
High Priority
Studio
Next Release
Handle whole page Secure Zones
Show secure pages in the preview, but not on the front-end without authorisation.

Matt Jones 2 days ago
Studio
Next Release
Handle whole page Secure Zones
Show secure pages in the preview, but not on the front-end without authorisation.

Matt Jones 2 days ago
Studio
QC
Option to copy a Section even if it's only used in one place
Currently the only way to create a copy of a section is if it’s used in multiple places (it then offers the option to copy). Add a button to the left of Update to make a copy.

Luke Wakefield 4 days ago
High Priority
Studio
QC
Option to copy a Section even if it's only used in one place
Currently the only way to create a copy of a section is if it’s used in multiple places (it then offers the option to copy). Add a button to the left of Update to make a copy.

Luke Wakefield 4 days ago
High Priority
Studio
Scoping
Studio Template Layouts including Sidebars
Ability to setup different template layouts and content areas such as Sidebar

Luke Wakefield 6 days ago
High Priority
Studio
Scoping
Studio Template Layouts including Sidebars
Ability to setup different template layouts and content areas such as Sidebar

Luke Wakefield 6 days ago
High Priority
Studio
Planned
Page Templates - Warnings for Section Clone or Save
In Page Templates, when editing a section, it should warn you if the section is used elsewhere it should warn you but doesn’t. It looks like this feature has only been added for Pages, not templates. Make sure the count of places the section is used is included in the count, including templates and pages.

Matt Jones 24 days ago
Studio
Planned
Page Templates - Warnings for Section Clone or Save
In Page Templates, when editing a section, it should warn you if the section is used elsewhere it should warn you but doesn’t. It looks like this feature has only been added for Pages, not templates. Make sure the count of places the section is used is included in the count, including templates and pages.

Matt Jones 24 days ago
Studio
Ready for QC
Rich Text Editor - <br> tags being ignored
The editor appears to be ignoring tags. Occurs when adding content without using code view, and pressing enter to space the content. The tags can be seen in the code view, but in the preview and in the actual page the content is not breaking.

Kevin Abelgas 19 days ago
Studio
Ready for QC
Rich Text Editor - <br> tags being ignored
The editor appears to be ignoring tags. Occurs when adding content without using code view, and pressing enter to space the content. The tags can be seen in the code view, but in the preview and in the actual page the content is not breaking.

Kevin Abelgas 19 days ago
Studio
Allow File / Image Studio fields to set "accept" attribute
Allowing section developer to restrict which file types are shown as options to upload to the field when populating a section with data. https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/accept

Matt Jones 20 days ago
Studio
Allow File / Image Studio fields to set "accept" attribute
Allowing section developer to restrict which file types are shown as options to upload to the field when populating a section with data. https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/accept

Matt Jones 20 days ago
Studio
Forms - Custom Success Function - Return the ID of the newly created case as an argument
This is useful for JS call-backs which might need to create follow-up items.

Matt Jones 20 days ago
Improvement
Forms - Custom Success Function - Return the ID of the newly created case as an argument
This is useful for JS call-backs which might need to create follow-up items.

Matt Jones 20 days ago
Improvement
Completed
Rich Text Field - Add quick-win buttons
Add as many buttons (e.g. lists, blockquote) as can be added quickly, leaving more challenging ones for a future task.

Matt Jones About 2 months ago
High Priority
Studio
Completed
Rich Text Field - Add quick-win buttons
Add as many buttons (e.g. lists, blockquote) as can be added quickly, leaving more challenging ones for a future task.

Matt Jones About 2 months ago
High Priority
Studio
In Progress
'Global' Sections
Ability to make the content/metadata used in a Section global so that it can be reused across the site to avoid updating in multiple places. Any section can be inserted from Section Library and and converted to a Global Section (or a copy made if already in use). Content is added as normal but then when that section is inserted elsewhere the content is shared across every instance of it. ALL content will be the same which keeps it simple and doesn’t impact the functionality available within the section itself. Details: Use the Globe icon used for Global fields and the green colour to clearly show a section is global (templates are another example of global so they are green too). If you press the globe icon it would ask you to confirm you want to make it global and it’d do a check to see if this section is in use elsewhere, if so it’ll ask if you want to make a copy or update all other instances of this section to use the global content.

Luke Wakefield 24 days ago
High Priority
Studio
In Progress
'Global' Sections
Ability to make the content/metadata used in a Section global so that it can be reused across the site to avoid updating in multiple places. Any section can be inserted from Section Library and and converted to a Global Section (or a copy made if already in use). Content is added as normal but then when that section is inserted elsewhere the content is shared across every instance of it. ALL content will be the same which keeps it simple and doesn’t impact the functionality available within the section itself. Details: Use the Globe icon used for Global fields and the green colour to clearly show a section is global (templates are another example of global so they are green too). If you press the globe icon it would ask you to confirm you want to make it global and it’d do a check to see if this section is in use elsewhere, if so it’ll ask if you want to make a copy or update all other instances of this section to use the global content.

Luke Wakefield 24 days ago
High Priority
Studio
Allow option in include webapp/modules tag to skip total_entries
For better performance, when it’s not required to know the total_entries for features. E.g. in a form with a datasource field, it’s not required to count the number of options and would be faster to skip that calculation.

Matt Jones 25 days ago
Improvement
Allow option in include webapp/modules tag to skip total_entries
For better performance, when it’s not required to know the total_entries for features. E.g. in a form with a datasource field, it’s not required to count the number of options and would be faster to skip that calculation.

Matt Jones 25 days ago
Improvement
Rich Text UX - Need to toggle HTML mode off before preview updates
Currently if adding HTML in the rich text field, you need to toggle HTML mode off again before you can see your changes in preview and before the save button will properly register the change. Is it possible to make it so that preview updates happen more regularly that that, maybe when you press enter key? It might be necessary to check all HTML tags have been properly closed before the preview is updated.

Matt Jones About 1 month ago
Studio
Rich Text UX - Need to toggle HTML mode off before preview updates
Currently if adding HTML in the rich text field, you need to toggle HTML mode off again before you can see your changes in preview and before the save button will properly register the change. Is it possible to make it so that preview updates happen more regularly that that, maybe when you press enter key? It might be necessary to check all HTML tags have been properly closed before the preview is updated.

Matt Jones About 1 month ago
Studio
Planned
Studio List datasource item limit
Ability to control the number of items that are shown if you pick a datasource on a Studio List. You can use categories or select specific items but cannot control how many items to show (it’ll show all).

Luke Wakefield About 1 month ago
High Priority
Studio
Planned
Studio List datasource item limit
Ability to control the number of items that are shown if you pick a datasource on a Studio List. You can use categories or select specific items but cannot control how many items to show (it’ll show all).

Luke Wakefield About 1 month ago
High Priority
Studio