-
-
Notifications
You must be signed in to change notification settings - Fork 703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add accordion to metadata form. #5760
Conversation
✅ Deploy Preview for plone-components canceled.
|
✅ Deploy Preview for volto ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@robgietema can we have some docs on how to use it? |
Would this be the appropriate location for developer docs for this feature? Forms and widgets |
I've added some docs in the location specified by Steve. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few spelling, grammar, and style fixes. Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs look good. Thank you!
Co-authored-by: Víctor Fernández de Alba <[email protected]> Co-authored-by: Steve Piercy <[email protected]>
* main: (43 commits) 5645 toolbar buttons toggle when clicking same toolbar button (#5795) fix: array widget sort (#5805) Fix a11y logo issue (#5776) Improve Vite PoC - Add BlockRenderer and `@plone/blocks` to the party (#5798) Removed memori websites that give 404 since they are no longer using Volto (#5803) Release Management Notes (#5358) Enhance findBlocks to check for blocks in data for add-ons (#5797) Release @plone/components 2.0.0-alpha.2 Move basic default CSS out of theme. Improve StoryBook intro page (#5791) Switch peerDependencies to Volto 18 for generator-volto alpha's/latest. (#5781) Release 18.0.0-alpha.13 Release @plone/slate 18.0.0-alpha.7 Fix sidebar form update. (#5779) Add uncommited types for release?? Release 18.0.0-alpha.12 Add accordion to metadata form. (#5760) Release @plone/registry 1.3.1 [registry] Export Config type as ConfigType, amend coresandbox (#5774) Release @plone/components 2.0.0-alpha.1 Add import path for compiled CSS (#5770) ...
This PR add the feature to collapse and expand fieldsets in the metadata form in the sidebar. A helper method is also added which can be used to scroll to a specific field and focus on it.