We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb24fb3 commit 6ce26ffCopy full SHA for 6ce26ff
web/modules/custom/project_default_content/README.md
@@ -22,6 +22,6 @@ drush dcer media <media id> --folder=modules/custom/project_default_content/cont
22
6. Use _sed_ commands to replace UID and UUID values of admin author in files of all exported content :
23
- `cd web/modules/custom/project_default_content/content/`
24
- `find . -type f -exec sed -i 's/\/user\\\/1/\/user\\\/2/g' {} +`
25
- - `find . -type f -exec sed -i 's/UUID_OF_ADMIN_USER/4bad48eb-ff5b-45b4-b30c-ecabff09591a' {} +`
+ - `find . -type f -exec sed -i 's/UUID_OF_ADMIN_USER/4bad48eb-ff5b-45b4-b30c-ecabff09591a/' {} +`
26
7. Exported default content will be created at build and it's author should be `default_content_author`
27
0 commit comments