2017 © Pedro Peláez
 

neos-package form-contentreferences

Flow package with a custom Flow Form Framework Form Element that renders Neos Content References

image

wwwision/form-contentreferences

Flow package with a custom Flow Form Framework Form Element that renders Neos Content References

  • Tuesday, August 29, 2017
  • by bwaidelich
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Render Neos Content in Neos Form Framework Forms

This package adds a new Form Element Wwwision.Form.ContentReferences:ContentReferences to the default preset that allows to render Neos Content within Forms of the Flow Form Framework., (*1)

It includes:, (*2)

  • Form Framework Element definition in Settings.yaml
  • The Fusion definition that is required to render the Content references from a given fusion path
  • A Fluid template that will be used when rendering the form with the default FluidFormRenderer
  • A Fusion prototype that will be used when rendering the form with the neos/form-fusionrenderer

Usage

Install this package using GIT:, (*3)

git clone https://github.com/bwaidelich/Wwwision.Form.ContentReferences.git Packages/Application/Wwwision.Form.ContentReferences

And make sure to rescan the installed packages so that it is properly installed:, (*4)

./flow flow:package:rescan

Note: This package requires the neos/form-builder package to be installed, (*5)

In the Neos backend there's now a new Content Element type that can be added to node-based Forms:, (*6)

Create Wizard, (*7)

When selecting the element, Content references can be added in the Property Inspector:, (*8)

Property Inspector, (*9)

Note: This Form Element can't be used outside of node-based Forms because its rendering relies on the Neos Fusion runtime., (*10)

Disclaimer and further considerations

This package is merely an example that should demonstrate how the Form Framework & Builder can be extended. I would not recommend to allow editors to add arbitrary content to a Form but with that package as inspiration it should be easy to include custom elements., (*11)

The Versions

29/08 2017

dev-master

9999999-dev

Flow package with a custom Flow Form Framework Form Element that renders Neos Content References

  Sources   Download

MIT

The Requires

 

29/08 2017

1.0.0

1.0.0.0

Flow package with a custom Flow Form Framework Form Element that renders Neos Content References

  Sources   Download

MIT

The Requires