Download the PHP package jvmtech/content-subgroups without Composer
On this page you can find all versions of the php package jvmtech/content-subgroups. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jvmtech/content-subgroups
More information about jvmtech/content-subgroups
Files in jvmtech/content-subgroups
Download jvmtech/content-subgroups
More information about jvmtech/content-subgroups
Files in jvmtech/content-subgroups
Vendor jvmtech
Package content-subgroups
Short Description Reduce the amount of Content Types (Neos CMS NodeTypes) by creating subgroups and specific migrations to easily switch between them.
License MIT
Package content-subgroups
Short Description Reduce the amount of Content Types (Neos CMS NodeTypes) by creating subgroups and specific migrations to easily switch between them.
License MIT
Please rate this library. Is it a good library?
Informations about the package content-subgroups
JvMTECH.ContentSubgroups Package for Neos CMS
Reduce the amount of Content Types (Neos CMS NodeTypes) by creating subgroups and specific migrations to easily switch between them.
- Less clutter in the first step of the ContentCreationDialog
- One Content Type per Fusion Prototype (no layout mixing properties)
- Don't lose data while changing the Content Type or an existing node
- NOTE: If you transition from a nodeType with child-ContentCollections to one without, the ContentCollection and all its descendants will be lost!
1. Create shells which are only visible in first ContentCreationDialog step...
2. Map the actual Content Types to subgroups, selectable in the second ContentCreationDialog step...
3. Optionally add property migrations where needed...
Installation
Migration
Custom Migrations are no longer available in v2.x, as the package has been refactored to use a more streamlined approach for managing content subgroups.
To migrate from version 1.x to 2.x (neos/cms v9.x), the following changes need to be made to your nodetype configuration:
Before:
After:
by jvmtech.ch
All versions of content-subgroups with dependencies
PHP Build Version
Package Version
Requires
neos/neos Version
^9.0
The package jvmtech/content-subgroups contains the following files
Loading the files please wait ....