mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
Add recipe for phpsword/sword-bundle (#1471)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
sword:
|
||||
child_theme_translation_domain: 'mychildtheme'
|
||||
@@ -0,0 +1,2 @@
|
||||
sword:
|
||||
resource: '@SwordBundle/config/routing.yaml'
|
||||
@@ -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</>
|
||||
Reference in New Issue
Block a user