Download the PHP package flowpack/restrictcreation without Composer
On this page you can find all versions of the php package flowpack/restrictcreation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download flowpack/restrictcreation
More information about flowpack/restrictcreation
Files in flowpack/restrictcreation
Download flowpack/restrictcreation
More information about flowpack/restrictcreation
Files in flowpack/restrictcreation
Vendor flowpack
Package restrictcreation
Short Description Restrict creation of nodes in certain content dimensions
License MIT
Package restrictcreation
Short Description Restrict creation of nodes in certain content dimensions
License MIT
Please rate this library. Is it a good library?
Informations about the package restrictcreation
Flowpack.RestrictCreation
Imagine the situation: you have a website with 'English (US)', 'English (UK)' and 'German' content dimensions present.
Now you never want editors to create new nodes directly in 'English (UK)', without first creating them in 'English (US)' and almost never in 'German', but some really rare cases.
This package provides an option to enforce these kind of constraints:
Getting started:
Installation
Configuration
Configure your dimensions in Settings.yaml
, e.g. like this:
mode: warn
would only give a warning about creating a node in a possible wrong dimensiong.mode: disallow
would completely forbid creating new nodes in a certain dimension.documentNodesOnly: true
would trigger the warning only for document nodes: you would be able to create content nodes as usual, but creating document nodes in that dimension would be blocked/warned.
Acknowledgments
The initial development of this package is sponsored by web&co.
All versions of restrictcreation with dependencies
PHP Build Version
Package Version
Requires
neos/neos Version
^8.0
The package flowpack/restrictcreation contains the following files
Loading the files please wait ....