Download the PHP package pattern-lab/plugin-data-inheritance without Composer
On this page you can find all versions of the php package pattern-lab/plugin-data-inheritance. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pattern-lab/plugin-data-inheritance
More information about pattern-lab/plugin-data-inheritance
Files in pattern-lab/plugin-data-inheritance
Package plugin-data-inheritance
Short Description Data inheritance based on pattern lineage for Pattern Lab.
License MIT
Homepage http://patternlab.io
Informations about the package plugin-data-inheritance
[!IMPORTANT] Pattern Lab is no longer actively maintained. All repositories, along with the rest of the @pattern-lab ecosystem on GitHub and npm, have been deprecated and archived. The code, releases, and history remain available so the work stays discoverable and forks can continue independently under the MIT license. No new releases, security patches, or issue triage will be performed. Read the full message, and thank you.
Data Inheritance Plugin for Pattern Lab
The Data Inheritance Plugin allows patterns to inherit data from patterns within its lineage. This means that data from included patterns is merged with the current pattern. The current pattern's data takes precedence.
Installation
To add the Data Inheritance Plugin to your project using Composer type:
composer require pattern-lab/plugin-data-inheritance
See Packagist for information on the latest release.
Usage
After install make sure to generate your site again with:
php core/console --generate
Disabling the Plugin
To disable the Faker plugin you can either directly edit ./config/config.yml or use the command line option:
php core/console --config --set plugins.dataInheritance.enabled=false