flowpack/nodegenerator

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

Random nodes generator for Neos CMS

dev-master

Version
dev-master
Type
neos-package
Release Date
Mar 05, 2021 09:18
Source
git
Distribution
zip
Requires
  • fzaninotto/faker: ~1.8
  • neos/neos: ~3.3 || ~4.0 || ~5.0
MIT 2dca66c51497883cd51ab730264a9cdae0883323

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).