Theme: Enable the new global header/footer

This commit is contained in:
Ian Dunn 2023-11-03 11:35:16 -07:00
parent b0496e7a84
commit ed37e852cc
8 changed files with 303 additions and 42 deletions

View file

@ -14,11 +14,28 @@
"_comment": "Work around `test:watch` timeout, see https://github.com/spatie/phpunit-watcher/issues/63#issuecomment-545633709",
"process-timeout": 0,
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
},
"preferred-install": {
"wporg/*": "source"
}
},
"extra": {
"installer-paths": {
"mu-plugins/{$name}": [ "wporg/wporg-mu-plugins" ]
}
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:WordPress/wporg-mu-plugins.git"
}
],
"require": {},
"require-dev" : {
"composer/installers": "~1.0",
"wporg/wporg-mu-plugins": "dev-build",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"wp-coding-standards/wpcs": "2.3.*",
"phpunit/phpunit": "^9",