Completed
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 9 days ago
High Priority
Studio
Completed
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 9 days ago
High Priority
Studio
Show a tooltip for Section Name (responsively)
For each breakpoint, figure out how many characters the section title can be before it overflows behind the buttons (only when section is expanded). Then show a tooltip for the section name text in those circumstances.

Matt Jones 3 days ago
Feature
Show a tooltip for Section Name (responsively)
For each breakpoint, figure out how many characters the section title can be before it overflows behind the buttons (only when section is expanded). Then show a tooltip for the section name text in those circumstances.

Matt Jones 3 days ago
Feature
Handle special datasource lookup fields for Dynamic Section Settings
Add ability for dynamic sections settings to include datasource fields e.g. look up category IDs.

Matt Jones 3 days ago
Studio
Handle special datasource lookup fields for Dynamic Section Settings
Add ability for dynamic sections settings to include datasource fields e.g. look up category IDs.

Matt Jones 3 days ago
Studio
Global Fields Defaults Bug
Reports of defaults for global sections not being picked up by the front-end. To be investigated.

Matt Jones 5 days ago
Studio
Global Fields Defaults Bug
Reports of defaults for global sections not being picked up by the front-end. To be investigated.

Matt Jones 5 days ago
Studio
Update Flowbite Free Dynamic Sections examples to use Fields / Settings
As Dynamic Sections are updated to allow Studio Fields and Settings, we need to update the examples in our Flowbite Free theme Site Template.

Matt Jones 5 days ago
Studio
Update Flowbite Free Dynamic Sections examples to use Fields / Settings
As Dynamic Sections are updated to allow Studio Fields and Settings, we need to update the examples in our Flowbite Free theme Site Template.

Matt Jones 5 days ago
Studio
Completed
Support Fields and Settings on Dynamic Sections
Fields should allow for example renaming the of a dynamic sectionโs wrapper, whereas settings can be used for changing custom settings which are to be consumed by the dynamic sectionโs Liquid to change configuration or functionality. Settings will be added in addition to the existing settings which exist by default for specific modules / sub-modules which control the top-level Liquid.

Matt Jones 5 days ago
Studio
Completed
Support Fields and Settings on Dynamic Sections
Fields should allow for example renaming the of a dynamic sectionโs wrapper, whereas settings can be used for changing custom settings which are to be consumed by the dynamic sectionโs Liquid to change configuration or functionality. Settings will be added in addition to the existing settings which exist by default for specific modules / sub-modules which control the top-level Liquid.

Matt Jones 5 days ago
Studio
Studio Support for Field Tooltips / Helpers
Just as Siteglide Admin has the option to add either/or a helper or tooltip to each field, allow the same in Studio. This allows theme-creators to explain the purpose of fields, or explain what kind of values are supported.

Matt Jones 5 days ago
Studio
Studio Support for Field Tooltips / Helpers
Just as Siteglide Admin has the option to add either/or a helper or tooltip to each field, allow the same in Studio. This allows theme-creators to explain the purpose of fields, or explain what kind of values are supported.

Matt Jones 5 days ago
Studio
Add File Manager Support to Studio Rich text fields (for images)
Also support embedding video links from popular services like YouTube (we may need to add new rules to our XSS protection to allow this).

Matt Jones 5 days ago
Studio
Add File Manager Support to Studio Rich text fields (for images)
Also support embedding video links from popular services like YouTube (we may need to add new rules to our XSS protection to allow this).

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

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

Matt Jones 8 days ago
Studio
Completed
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 9 days ago
High Priority
Studio
Completed
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 9 days ago
High Priority
Studio
In Progress
Studio Template Layouts including Sidebars
Ability to setup different template layouts and content areas such as Sidebar

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

Luke Wakefield 11 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 30 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 30 days ago
Studio
On Hold
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 25 days ago
Studio
On Hold
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 25 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 26 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 26 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 26 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 26 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
Completed
'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 30 days ago
High Priority
Studio
Completed
'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 30 days ago
High Priority
Studio