mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Deactivated global css for wordpress
This commit is contained in:
@@ -2,4 +2,12 @@ application_id: "wordpress"
|
||||
wordpress_max_upload_size: "64M"
|
||||
database_type: "mariadb"
|
||||
database_password: "{{wordpress_database_password}}"
|
||||
custom_wordpress_image: "custom_wordpress"
|
||||
custom_wordpress_image: "custom_wordpress"
|
||||
|
||||
# Deactivate Global theming for wordpress role
|
||||
# due to the reason that wordpress has to much different themes
|
||||
# and one styling for all is not possible.
|
||||
#
|
||||
# May a solution could be to generate a template or css file dedicated
|
||||
# for wordpress based on the theming values and import it.
|
||||
global_theming_enabled: false
|
Reference in New Issue
Block a user