feat: Initial plugins and theme
All checks were successful
WordPress deployment / deploy (push) Successful in 9s

This commit is contained in:
2025-08-27 10:46:59 -04:00
parent 79b4fc7565
commit d225837d7b
49 changed files with 9448 additions and 6 deletions

View File

@@ -1,6 +1,10 @@
{
"name": "wp-sites/wp-skeleton",
"name": "wp-sites/ccat",
"repositories": [
{
"type": "composer",
"url": "https://satis.ledevsimple.ca"
},
{
"type": "composer",
"url": "https://wpackagist.org"
@@ -14,5 +18,20 @@
"preferred-install": "dist",
"sort-packages": true
},
"require": {}
}
"require": {
"lewebsimple/acf-extended-pro": "*",
"lewebsimple/acf-polylang": "*",
"lewebsimple/admin-site-enhancements-pro": "*",
"lewebsimple/advanced-custom-fields-pro": "6.4.3",
"lewebsimple/ithemes-security-pro": "*",
"lewebsimple/kaliroots": "*",
"lewebsimple/wp-offload-ses": "*",
"wp-graphql/wp-graphql-jwt-authentication": "*",
"wpackagist-plugin/clean-image-filenames": "*",
"wpackagist-plugin/disable-comments": "*",
"wpackagist-plugin/redirection": "*",
"wpackagist-plugin/user-switching": "*",
"wpackagist-plugin/wp-graphql": "*",
"wpackagist-plugin/wpgraphql-acf": "*"
}
}