diff --git a/phpsword/sword-bundle/1.0/config/packages/sword.yaml b/phpsword/sword-bundle/1.0/config/packages/sword.yaml new file mode 100644 index 00000000..492ab06c --- /dev/null +++ b/phpsword/sword-bundle/1.0/config/packages/sword.yaml @@ -0,0 +1,2 @@ +sword: + child_theme_translation_domain: 'mychildtheme' diff --git a/phpsword/sword-bundle/1.0/config/routes/sword.yaml b/phpsword/sword-bundle/1.0/config/routes/sword.yaml new file mode 100644 index 00000000..acdbac16 --- /dev/null +++ b/phpsword/sword-bundle/1.0/config/routes/sword.yaml @@ -0,0 +1,2 @@ +sword: + resource: '@SwordBundle/config/routing.yaml' diff --git a/phpsword/sword-bundle/1.0/manifest.json b/phpsword/sword-bundle/1.0/manifest.json new file mode 100644 index 00000000..775b42af --- /dev/null +++ b/phpsword/sword-bundle/1.0/manifest.json @@ -0,0 +1,21 @@ +{ + "bundles": { + "Sword\\SwordBundle\\SwordBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "copy-from-package": { + "install/wp/wp-config.php": "wp/wp-config.php", + "install/docker/": "docker/", + "install/Makefile": "Makefile" + }, + "gitignore": [ + "/wp/*", + "!wp/wp-config.php", + "!wp/content", + "wp/content/*", + "!wp/content/themes", + "wp/content/themes/twenty*" + ] +} diff --git a/phpsword/sword-bundle/1.0/post-install.txt b/phpsword/sword-bundle/1.0/post-install.txt new file mode 100644 index 00000000..55bed9a2 --- /dev/null +++ b/phpsword/sword-bundle/1.0/post-install.txt @@ -0,0 +1 @@ + * Read the documentation at https://getsword.com