colors.settings.yml in Colors 8
config/install/colors.settings.yml
3 string references to 'colors.settings'
- ColorsSettingsForm::submitForm in src/
Form/ ColorsSettingsForm.php - Form submission handler.
- colors_create_css in ./
colors.module - Retrieves or generates a CSS with a given module's selector.
- colors_get_info in ./
colors.module - Get the config object.
File
config/install/colors.settings.ymlView source
- label: 'Settings'
- override: false
- order:
- fields:
- bg: 'Background'
- borders: 'Borders'
- text: 'Text color'
- palette:
- bg: '#7933cc'
- borders: '#7933cc'
- text: '#ffffff'