flownative/nodeduplicator

Last activity 07 Sep 2022 10 4 26622
composer require flownative/nodeduplicator

Copy nodes from one dimension to another to create a base for translating for example.

0.4.0

Version
0.4.0
Type
neos-package
Release Date
Sep 07, 2022 11:21
Source
git
Distribution
zip
Requires
  • php: ^7.1 || ^8.0
  • neos/neos: ^5.3 || ^7.0 || ^8.0
MIT 739b792b01caf040d4c2324ebbb0e8919b417e5a

Readme excerpt

Flownative.NodeDuplicator

Copy nodes from one dimension to another to create a base for translating for example or to change your dimensions around.

Installation

Install the package via composer:

composer require flownative/nodeduplicator Usage ./flow node:adopt <rootNodeByPathOrIdentifier> <dimensionStringToCopyFrom> <dimensionStringToCopyTo> [<workspaceName (default to "live")>]

An actual example for the demo site is:

./flow node:adopt "/sites/neosdemo" "language=en_US" "language=dk"

This would start with the homepage of the demo site, use the dimension values language => en_US as base for the copy and language=dk as target f…
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 44 package(s).