flowpack/nodegenerator

Last activity 05 Mar 2021 12 5 2123
composer require flowpack/nodegenerator

Random nodes generator for Neos CMS

1.1.0

Version
1.1.0
Type
neos-package
Release Date
Aug 03, 2020 13:36
Source
git
Distribution
zip
Requires
  • neos/neos: ~3.3 || ~4.0 || ~5.0
  • fzaninotto/faker: ~1.8
MIT bf465d9e3ee53913710ebc2bb60773220e7e8cd9

Readme excerpt

NodeGenerator - Random nodes generator for Neos CMS Configuration of the Node generator classes

In your Settings.yaml you can register a node generator class. Each node type used in your setup, must have an attached generator class.

Flowpack: NodeGenerator: generator: 'Neos.NodeTypes:Page': class: 'Flowpack\NodeGenerator\Generator\Document\PageGeneratorImplementation' 'Neos.NodeTypes:Text': class: 'Flowpack\NodeGenerator\Generator\Content\TextGeneratorImplementation' 'Neos.NodeTypes:Image': class: 'Flowpack\NodeGenerator\Generator\Content\ImageGeneratorImplementation' 'Neos.NodeTypes:TextWithImage': class: …
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 52 package(s).