Skip to content

Commit

Permalink
Set constants
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Mar 7, 2024
1 parent 38b5f67 commit 4218daf
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .wordpress-org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@
"username": "admin",
"password": "password"
},
{
"step": "setSiteOptions",
"options": {
"WPLANG": "en_GB"
}
},
{
"step": "setSiteOptions",
"options": {
"tstats_settings": "a:2:{s:7:\"plugins\";a:2:{s:11:\"hello-dolly\";a:5:{s:7:\"enabled\";s:4:\"true\";s:3:\"dev\";s:4:\"true\";s:10:\"dev-readme\";s:4:\"true\";s:6:\"stable\";s:4:\"true\";s:13:\"stable-readme\";s:4:\"true\";}s:17:\"translation-stats\";a:5:{s:7:\"enabled\";s:4:\"true\";s:3:\"dev\";s:4:\"true\";s:10:\"dev-readme\";s:4:\"true\";s:6:\"stable\";s:4:\"true\";s:13:\"stable-readme\";s:4:\"true\";}}s:8:\"settings\";a:5:{s:13:\"show_warnings\";s:4:\"true\";s:20:\"translation_language\";s:12:\"site-default\";s:24:\"delete_data_on_uninstall\";s:4:\"true\";s:21:\"transients_expiration\";s:5:\"86400\";s:16:\"settings_version\";s:3:\"1.0\";}}"
}
},
{
"step": "installPlugin",
"pluginZipFile": {
Expand All @@ -38,6 +26,19 @@
"options": {
"activate": true
}
},
{
"step": "defineWpConfigConsts",
"consts": {
"WP_DEBUG": false,
"WPLANG": "en_GB"
}
},
{
"step": "setSiteOptions",
"options": {
"tstats_settings": "a:2:{s:7:\"plugins\";a:2:{s:11:\"hello-dolly\";a:5:{s:7:\"enabled\";s:4:\"true\";s:3:\"dev\";s:4:\"true\";s:10:\"dev-readme\";s:4:\"true\";s:6:\"stable\";s:4:\"true\";s:13:\"stable-readme\";s:4:\"true\";}s:17:\"translation-stats\";a:5:{s:7:\"enabled\";s:4:\"true\";s:3:\"dev\";s:4:\"true\";s:10:\"dev-readme\";s:4:\"true\";s:6:\"stable\";s:4:\"true\";s:13:\"stable-readme\";s:4:\"true\";}}s:8:\"settings\";a:5:{s:13:\"show_warnings\";s:4:\"true\";s:20:\"translation_language\";s:12:\"site-default\";s:24:\"delete_data_on_uninstall\";s:4:\"true\";s:21:\"transients_expiration\";s:5:\"86400\";s:16:\"settings_version\";s:3:\"1.0\";}}"
}
}
]
}

0 comments on commit 4218daf

Please sign in to comment.