Download the PHP package sitegeist/noderobis without Composer
On this page you can find all versions of the php package sitegeist/noderobis. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package noderobis
Sitegeist.Noderobis
Cli-kickstarter for Neos CMS - NodeTypes
Authors & Sponsors
- Melanie Wüst - [email protected]
- Martin Ficzel - [email protected]
The development and the public-releases of this package is generously sponsored by our employer http://www.sitegeist.de.
Installation
Sitegeist.Noderobis is available via packagist and can be installed with the command composer require sitegeist/noderobis
.
We use semantic-versioning so every breaking change will increase the major-version number.
Usage
The package offers cli commands to define new nodetypes. The commands will create a NodeTypes/*.yaml
file and
a NodeTypes/*.fusion
renderer (for non abstract nodetypes) that renders all properties and children via afx.
Commands to create Document|Content|Mixin NodeTypes
Specification refinement
The create commands will call an interactive refinement process after the initial specification is created. This will allow to specify additional properties, mixins etc. as it would be very tedious to put all this into a single cli-call.
The refinement shows a summary of the specification so far and offers to make adjustments. Once you are satisfied you choose "FINISH and generate files" to trigger the generation process.
Configuration
The package allows to configure defaults for packageKeys, superTypes and the generated fusion code for each property type.
Configuration to support Sitegeist.Kaleidoscope
The following Settings.yaml adjusts the generated code for Neos\Media\Domain\Model\ImageInterface
props
to use the Sitegeist.Kaleidoscope package.
How it works
The package will firstly use the cli process to generate a NodeTypeSpecification
value-object.
This specification is used to create a NodeType
object. This object is then used to generate
the needed NodeTypes/*.yaml
file and a NodeTypes/*.fusion
file for rendering.
Contribution
We will gladly accept contributions. Please send us pull requests.