Giuseppe Criscione
Giuseppe Criscione
The tooltip on Cap height field should be more clear, specifying that value it's actually a ratio to font-size.
This pull request introduces significant improvements to the handling of array fields in forms, both in backend PHP logic and frontend TypeScript/SCSS code. The changes enhance validation, dynamic field creation,...
This pull request introduces a new "Save and create new" feature to the page editor, allowing users to quickly save their current page and immediately start creating a new one....
This pull request adds a "Duplicate Page" feature to the CMS, allowing users to create a copy of an existing page through the panel UI. The implementation includes backend logic...
This pull request improves the user experience and robustness of deleting pages in the panel by introducing a dedicated modal for page deletion and enhancing both backend and frontend handling...
This pull request introduces icon support for navigation items in the panel, enhancing both the configuration and visual presentation of the sidebar and headers. Navigation items can now specify an...
This pull request refactors the handling of tags in the Formwork CMS to support a more flexible taxonomy system. Tags are now treated as a type of taxonomy, enabling future...
This PR updates a check on `firstLevelStartNumber` inside `numbering.ts` to allow lists start with a 0 (zero) item if explicitly provided. Otherwise the logic is unchanged. Before this PR even...