Hi all, I am planning to migrate our current umbra...
# package-development
s
Hi all, I am planning to migrate our current umbraco to v16, and I need to add some css styles... The official way is now to use a package. But the documentation is splitted in multiple pages : * customize style menu : https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/style-menu) * create rich text editor extensions : https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/extensions * create a bundle extension : https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/extension-types/bundle * create a vite package : https://docs.umbraco.com/umbraco-cms/customizing/development-flow/vite-package-setup But I am struggling to create this simple package which basically consists of only one manifest... Do you know if samples exists for this typical case?