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:Taxonomy
orSitegeist.Taxonomy:Vocabulary
in your package. - Add tha path to your additional
Root.fusion
to the Setting in pathSitegeist.Taxonomy.backendModule.additionalFusionIncludePathes
. - In the fusion code define each field as prototype that accepts the props
name
plustaxon
&defaultTaxon
resp.vocabulary
&defaultVocabulary
. - Register addtional prototypesNames by adding them to the Settings
Sitegeist.Taxonomy.backendModule.additionalVocabularyFieldPrototypes
orSitegeist.Taxonomy.backendModule.additionalTaxonomyFieldPrototypes
Full Changelog: v1.3.9...v1.4.0