neosrulez/neos-multiplenodecreation

There is no license information available for the latest version (1.0.0) of this package.

Multiple node creation in Neos CMS.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:neos-plugin

1.0.0 2022-10-01 15:15 UTC

This package is not auto-updated.

Last update: 2024-04-14 20:56:59 UTC


README

NeosRulez.Neos.MultipleNodeCreation allows to create multiple nodes in the Neos backend page tree. With the possibility to choose the NodeType, create the pages disabled or create disabled in the menu. Like old times in TYPO3 😉.

MultipleNodeCreation

Installation

The NeosRulez.Neos.MultipleNodeCreation is listed on packagist (https://packagist.org/packages/neosrulez/neos-multiplenodecreation) - therefore you don't have to include the package in your "repositories" entry any more.

Just run composer require neosrulez/neos-multiplenodecreation

Settings.yaml

NeosRulez:
  Neos:
    MultipleNodeCreation:
      site:
        minRows: 5 # The default number of expandable rows

Author