clean install

This commit is contained in:
2024-12-10 15:08:16 +01:00
commit e14eb2d8fd
31193 changed files with 3555714 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
preset_accent_color: 'blue'
preset_focus_color: 'gin'
enable_darkmode: '0'
classic_toolbar: 'vertical'
secondary_toolbar_frontend: true
logo:
use_default: true
high_contrast_mode: false
layout_density: 'default'
show_description_toggle: false
show_user_theme_settings: false
third_party_settings:
shortcut:
module_link: true

View File

@@ -0,0 +1,19 @@
langcode: en
status: true
dependencies:
module:
- system
theme:
- gin
id: gin_breadcrumbs
theme: gin
region: breadcrumb
weight: 0
provider: null
plugin: system_breadcrumb_block
settings:
id: system_breadcrumb_block
label: Breadcrumbs
provider: system
label_display: '0'
visibility: { }

View File

@@ -0,0 +1,19 @@
langcode: en
status: true
dependencies:
module:
- system
theme:
- gin
id: gin_content
theme: gin
region: content
weight: 0
provider: null
plugin: system_main_block
settings:
id: system_main_block
label: 'Main page content'
provider: system
label_display: '0'
visibility: { }

View File

@@ -0,0 +1,19 @@
langcode: en
status: true
dependencies:
module:
- help
theme:
- gin
id: gin_help
theme: gin
region: help
weight: 0
provider: null
plugin: help_block
settings:
id: help_block
label: Help
provider: help
label_display: '0'
visibility: { }

View File

@@ -0,0 +1,17 @@
langcode: en
status: true
dependencies:
theme:
- gin
id: gin_local_actions
theme: gin
region: content
weight: -10
provider: null
plugin: local_actions_block
settings:
id: local_actions_block
label: 'Primary admin actions'
provider: core
label_display: '0'
visibility: { }

View File

@@ -0,0 +1,19 @@
langcode: en
status: true
dependencies:
module:
- system
theme:
- gin
id: gin_messages
theme: gin
region: highlighted
weight: 0
provider: null
plugin: system_messages_block
settings:
id: system_messages_block
label: 'Status messages'
provider: system
label_display: '0'
visibility: { }

View File

@@ -0,0 +1,17 @@
langcode: en
status: true
dependencies:
theme:
- gin
id: gin_page_title
theme: gin
region: header
weight: -30
provider: null
plugin: page_title_block
settings:
id: page_title_block
label: 'Page title'
provider: core
label_display: '0'
visibility: { }

View File

@@ -0,0 +1,19 @@
langcode: en
status: true
dependencies:
theme:
- gin
id: gin_primary_local_tasks
theme: gin
region: header
weight: 0
provider: null
plugin: local_tasks_block
settings:
id: local_tasks_block
label: 'Primary tabs'
provider: core
label_display: '0'
primary: true
secondary: false
visibility: { }

View File

@@ -0,0 +1,19 @@
langcode: en
status: true
dependencies:
theme:
- gin
id: gin_secondary_local_tasks
theme: gin
region: pre_content
weight: 0
provider: null
plugin: local_tasks_block
settings:
id: local_tasks_block
label: 'Secondary tabs'
provider: core
label_display: '0'
primary: false
secondary: true
visibility: { }

View File

@@ -0,0 +1,49 @@
# Schema for the configuration files of the Gin theme.
gin.settings:
type: theme_settings
label: 'gin settings'
mapping:
preset_accent_color:
type: string
label: 'Preset accent color'
preset_focus_color:
type: string
label: 'Preset focus color'
enable_darkmode:
type: string
label: 'The darkmode'
classic_toolbar:
type: string
label: 'The classic toolbar'
secondary_toolbar_frontend:
type: boolean
label: 'Secondary toolbar in Frontend'
high_contrast_mode:
type: boolean
label: 'High contrast mode'
accent_color:
type: string
label: 'The accent color'
focus_color:
type: string
label: 'The focus color'
layout_density:
type: string
label: 'Layout density'
show_description_toggle:
type: boolean
label: 'Display help icon to toggle form description'
show_user_theme_settings:
type: boolean
label: 'Let user override theme'
third_party_settings:
type: mapping
label: 'Third party settings'
mapping:
shortcut:
type: mapping
label: 'Shortcut'
mapping:
module_link:
type: boolean
label: 'Module Link'