Add recipe for phpsword/sword-bundle (#1471)

This commit is contained in:
William Arin
2022-12-31 11:38:49 +01:00
committed by GitHub
parent 0fa56cfb29
commit 82a8f798d9
4 changed files with 26 additions and 0 deletions
@@ -0,0 +1,2 @@
sword:
child_theme_translation_domain: 'mychildtheme'
@@ -0,0 +1,2 @@
sword:
resource: '@SwordBundle/config/routing.yaml'
+21
View File
@@ -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*"
]
}
@@ -0,0 +1 @@
* <fg=blue>Read</> the documentation at <comment>https://getsword.com</>