mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Added configuration_filters
This commit is contained in:
@@ -213,4 +213,15 @@ defaults_applications:
|
||||
enabled: true
|
||||
application: "application"
|
||||
port: "80"
|
||||
location: "/admin/" # Protects the admin arear
|
||||
location: "/admin/" # Protects the admin area
|
||||
|
||||
|
||||
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.
|
||||
css:
|
||||
enabled: false
|
@@ -15,10 +15,4 @@ global_theming:
|
||||
info: "#F0F8FF"
|
||||
filters:
|
||||
saturation_change: 70
|
||||
hue_shift: 0
|
||||
|
||||
# Global Theming is default enabled for all roles
|
||||
# If you want to disable the global css for a role, set
|
||||
# global_theming_enabled: false
|
||||
# in var/main.yml
|
||||
global_theming_enabled: true
|
||||
hue_shift: 0
|
Reference in New Issue
Block a user