Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Adjust rendering of backend module from fluid to fusion #61

Merged
merged 6 commits into from
Jan 16, 2023

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    6f8c987 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    f07918f View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Jon Uhlmann <[email protected]>
    mficzel and jonnitto committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    9f61184 View commit details
    Browse the repository at this point in the history
  3. TASK: Move delete form out of widget and adjust composer dependencies…

    … as was suggested in review
    mficzel committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    394cd49 View commit details
    Browse the repository at this point in the history
  4. TASK: Extract forms and add basic extensibility

    Packages can add additional fields to the forms of taxonomies and vocabularies. To do this the following steps are required.
    
    1. Extend the NodeTypes `Sitegeist.Taxonomy:Taxonomy` or `Sitegeist.Taxonomy:Vocabulary` in your package.
    2. Add a Views.yaml to your package and configure additional Fusion pathes to be loaded.
    3. In the fusion code define each field as prototype that accepts the props `taxon` & `defaultTaxon` resp. `vocabulary` & `defaultVocabulary`.
    4. Register those prototypes by adding them to the property `additionalFieldPrototypeNames` of the prototype `Sitegeist.Taxonomy:Form.Taxonomy` or `Sitegeist.Taxonomy:Form.Vocabulary`
    mficzel committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    b7f6597 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    15725b7 View commit details
    Browse the repository at this point in the history