wordpress config + law-/live- carta themes

This commit is contained in:
Andrey Morgachev
2018-08-16 09:55:53 +03:00
commit 3b5be35fe8
65 changed files with 5457 additions and 0 deletions

29
composer.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "lawcarta/wordpress",
"description": "LawCarta WordPress Site",
"require": {
"wpackagist-plugin/svg-support": "~2.3.15",
"wpackagist-plugin/toggle-wpautop": "~1.2.5",
"wpackagist-plugin/tinymce-advanced": "~4.8.0",
"wpackagist-plugin/contact-form-7": "~5.0.3",
"wpackagist-plugin/flamingo": "~1.9",
"wpackagist-plugin/really-simple-captcha": "~2.0.1",
"wpackagist-plugin/enhanced-media-library": "~2.6.4"
},
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"extra": {
"installer-paths": {
"htdocs/wp-content/plugins/{$name}/": [
"type:wordpress-plugin"
],
"htdocs/wp-content/themes/{$name}/": [
"type:wordpress-theme"
]
}
}
}