* delete internal stories * more clean up * more cleanup * move to generic components * clean up * move body layout * move story * Move icon stories * remove prefilled color * Update icon.element.ts * rename story * Replace UUIFormControlMixin with UmbFormControlMixin Refactors all relevant input and form control components to use the new UmbFormControlMixin from '@umbraco-cms/backoffice/validation' instead of the deprecated UUIFormControlMixin. This change improves consistency and aligns with updated validation handling in the codebase. * Revert "Merge branch 'v16/bugfix/use-umb-form-control-mixin' into v16/docs/storybook-clean-up" This reverts commit 7fa70b87c74189bc448e17360bf22f68d162b5fb, reversing changes made to 8fe739179087193ce23b24cfe68e0d13c1237025. * simplify name * Add discard changes modal stories * add error viewer modal * fix stories * rename * fix date story * add story for input with alias * add story for popover layout * add story for dropdown * add args * register core manifests * register entity action bundle + list * add stack example * clean up * Create data-type-input.stories.ts * change overview story to docs * rename to docs * rename to docs * Update icon.stories.ts * Update preview.js * remove overview story * rename default story * load more manifests * import all manifests * Update preview.js * Update preview.js * provide all stores + global contexts * Update data-type-input.stories.ts * add user input and ref stories * add storybook auth context * set the initial storybook language * use isoCode param * fix input-language component * delete broken stories * fix icon picker story * fix mock member ids * Fix query parameter name in item handler Changed the query parameter from 'paths' to 'path' in the item handler to correctly retrieve item paths from the request. This ensures the handler processes requests as expected. * Update user item handler to use user mock DB Replaces the document mock database with the user mock database in the user item handler to ensure correct data source is used for user-related requests. * Add config to checkbox list story Introduces a sample configuration to the checkbox list Storybook story, providing predefined options for demonstration and testing purposes. * Add config to select property editor story Introduces a sample UmbPropertyEditorConfigCollection to the select property editor Storybook story, providing predefined options for demonstration and testing purposes. * Add config to radio button list Storybook story Introduces a sample UmbPropertyEditorConfigCollection to the radio button list * Refactor slider story to use config collection Replaces inline config array with UmbPropertyEditorConfigCollection for the slider property editor story. * Delete property-editor-ui-label.stories.ts * Group releated UIs * Remove multi-url picker Storybook file * add input stylesheet story * add back localization stories * Delete property-editor-config.stories.ts --------- Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
Umbraco CMS
Umbraco is a free and open source .NET content management system. Our mission is to help you deliver delightful digital experiences by making Umbraco friendly, simpler and social.
Learn more at umbraco.com
Looking to install Umbraco?
You can get started using the following commands on Windows, Linux and MacOS (after installing the .NET Runtime and SDK):
dotnet new install Umbraco.Templates
dotnet new umbraco --name MyProject
cd MyProject
dotnet run
Documentation
Our comprehensive documentation takes you from the fundamentals on how to start with Umbraco to deploying it to production.
Some important documentation links to get you started:
- Installing Umbraco CMS
- Getting to know Umbraco
- Tutorials for creating a basic website and customizing the editing experience
Get help
If you need a bit of feedback while building your Umbraco projects, we are chatty on Discord. Our Discord server serves both a social space but also has channels for questions and answers. Feel free to lurk or join in with your own questions. Or just post your daily Wordle score, up to you!
Looking to contribute back to Umbraco?
You came to the right place! Our GitHub repository is available for all kinds of contributions:
Umbraco is contribution-focused and community-driven. If you want to contribute back to the Umbraco source code, please check out our guide to contributing.
