v1.4.0 Backend Module uses fluid instead of fusion
What's Changed
Also limited extensibility was added with this pr:
Additionally Packages can now add additional fields to the forms of taxonomies and vocabularies. To do this
the following steps are required.
- Extend the NodeTypes
Sitegeist.Taxonomy:TaxonomyorSitegeist.Taxonomy:Vocabularyin your package. - Add tha path to your additional
Root.fusionto the Setting in pathSitegeist.Taxonomy.backendModule.additionalFusionIncludePathes. - In the fusion code define each field as prototype that accepts the props
nameplustaxon&defaultTaxonresp.vocabulary&defaultVocabulary. - Register addtional prototypesNames by adding them to the Settings
Sitegeist.Taxonomy.backendModule.additionalVocabularyFieldPrototypesorSitegeist.Taxonomy.backendModule.additionalTaxonomyFieldPrototypes
Full Changelog: v1.3.9...v1.4.0