11# Content Fuzzyfyr Module for Magento® 2
22
3- The ** Content Fuzzyfyr** module for * Magento® 2* fills up empty content fields - and if needed - switches real content with dummy content.
3+ The ** Content Fuzzyfyr** module for * Magento® 2* fills up empty content fields - and if needed - switches real content with dummy content.
44This is for development purposes, e.g. save time to prepare test data and matching GDPR restrictions.
55
66
77## Features:
88* Fill up empty content fields with dummy content - completely automated
9- * Match GDPR restrictions for development, when using production data
9+ * Match GDPR compliance for development, when using production data
10+ * Export your production database already matching GDPR compliance
1011* Use parameters to control the sections required to be filled up with dummy content
1112
1213## Installation
13- The preferred way of installing ` allindata/magento2-content-fuzzyfyr ` is through Composer.
14+ The preferred way of installing ` allindata/magento2-content-fuzzyfyr ` is through Composer.
1415Simply add ` allindata/magento2-content-fuzzyfyr ` as a dependency:
1516
1617```
1718composer.phar require allindata/magento2-content-fuzzyfyr
1819```
1920
20- Optional you can download the latest version [ here] ( https://github.com/allin-data/magento2-content-fuzzyfyr/releases )
21+ Optional you can download the latest version [ here] ( https://github.com/allin-data/magento2-content-fuzzyfyr/releases )
2122and install the decompressed code in your projects directory under * app/code/AllInData/ContentFuzzyfyr* .
2223
2324## Post-Install
@@ -30,9 +31,9 @@ bin/magento module:enable AllInData_ContentFuzzyfyr
3031
3132## System Upgrade
3233
33- After enabling the module, the * Magento® 2* system must be upgraded.
34+ After enabling the module, the * Magento® 2* system must be upgraded.
3435
35- If the system mode is set to * production* , run the * compile* command first.
36+ If the system mode is set to * production* , run the * compile* command first.
3637This is not necessary for the * developer* mode.
3738```
3839bin/magento setup:di:compile
@@ -51,17 +52,17 @@ Find the complete user guide [here](./docs/UserGuide.pdf "User Guide").
5152### CLI
5253#### Content Fuzzyfyr
5354
54- The ** Content Fuzzyfyr** Module for * Magento® 2* provides an * Magento® 2* CLI command * aid:content: fuzzyfyr * to modify
55+ The ** Content Fuzzyfyr** Module for * Magento® 2* provides an * Magento® 2* CLI command * aid:content: fuzzyfyr * to modify
5556existing content (or only empty fields with the * --only-empty* flag) to be switched with some defined default value:
5657
5758 bin/magento aid:content:fuzzyfyr [options]
58-
59+
5960** Note:** Be aware the command only runs in non-production mode to avoid messing up production data on mistake.
6061
6162You may want to switch to * default* or * developer* mode to run the command:
62-
63+
6364 bin/magento deploy:mode:set developer
64-
65+
6566#### List of flags
6667
6768Option | Description
@@ -98,11 +99,11 @@ database dump with already fuzzyfied content for existing content (or only empty
9899switched with some defined default value:
99100
100101 bin/magento aid:content:export [options]
101-
102+
102103** Note:** Running the code activates maintenance mode. The maintenance mode will be disabled, if the command has run
103- successfully or erroneous and the maintenance mode has been disabled in the beginning. But it is recommended to check
104+ successfully or erroneous and the maintenance mode has been disabled in the beginning. But it is recommended to check
104105manually on production system after running the command.
105-
106+
106107#### List of flags
107108
108109Option | Description
0 commit comments