Files
symfony-flex-recipes-contrib/mukadi.wordpress-bundle.2.0.json
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

51 lines
2.2 KiB
JSON

{
"manifests": {
"mukadi/wordpress-bundle": {
"manifest": {
"bundles": {
"Mukadi\\WordpressBundle\\MukadiWordpressBundle": [
"all"
]
},
"copy-from-package": {
"res/wp-cli.yml": "wp-cli.yml",
"res/config/": "%CONFIG_DIR%/",
"res/public/": "%PUBLIC_DIR%",
"res/sf-wp-bootstrap.php": "sf-wp-bootstrap.php"
},
"env": {
"WP_PREFIX": "wp_",
"WP_THEME": "wp-blank",
"WP_DIR": "wp",
"AUTH_KEY": "%generate(secret)%",
"SECURE_AUTH_KEY": "%generate(secret)%",
"LOGGED_IN_KEY": "%generate(secret)%",
"NONCE_KEY": "%generate(secret)%",
"AUTH_SALT": "%generate(secret)%",
"SECURE_AUTH_SALT": "%generate(secret)%",
"LOGGED_IN_SALT": "%generate(secret)%",
"NONCE_SALT": "%generate(secret)%"
},
"gitignore": [
"/public/wp/",
"/public/upgrade/",
"/public/uploads/",
"/public/languages/",
"/public/mu-plugins/",
"/public/plugins/",
"/public/themes/"
],
"post-install-output": [
" * update your 'public/index.php' file accordingly to the 'sf-wp-bootstrap.php' file in the root directory.",
" * Configure doctrine/dbal to ignore custom wordpress tables (such as tables generated by plugins)",
" * Add the WordpressBundle routing file in your `config/routes.yaml`, after your custom routes to catch all Wordpress routes.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/mbo2olivier/mukadi-wordpress-bundle</>"
]
},
"files": [],
"ref": "f77e08be7b66762338d69afdf6cab4cebdd356b4"
}
}
}