flownative/nodeduplicator

Letzte Aktivität 07 Sep 2022 10 4 26973
composer require flownative/nodeduplicator

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

0.2.2

Version
0.2.2
Type
neos-package
Release Date
Dec 17, 2020 15:12
Source
git
Distribution
zip
Requires
  • php: ^7.1
  • neos/neos: ^3.0 || ^4.0 || ^5.0 || ^7.0
MIT 5e1bed5759840202a17479c57d3dda29f318ec83

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