Skip to content
Snippets Groups Projects
Commit 1a673064 authored by Sascha Eggenberger's avatar Sascha Eggenberger
Browse files

Setting new defaults

parent 83cc6808
No related branches found
No related tags found
2 merge requests!518Issue 3480661: Add padding to bottom of ckeditor content.,!228Issue #3342164: Remove implicit dependency on node module for gin content form
preset_accent_color: 'blue'
preset_focus_color: 'gin'
enable_darkmode: '0'
classic_toolbar: 'vertical'
classic_toolbar: 'new'
secondary_toolbar_frontend: true
logo:
use_default: true
......@@ -9,7 +9,7 @@ high_contrast_mode: false
layout_density: 'default'
show_description_toggle: false
show_user_theme_settings: false
sticky_action_buttons: false
sticky_action_buttons: true
third_party_settings:
shortcut:
module_link: true
name: Gin
type: theme
base theme: claro
description: 'Admin theme with a strong focus on improving the Editorial Experience'
description: 'Admin theme with a strong focus on improving the Editorial Experience. Learn more about Gin’s <a href="https://www.drupal.org/docs/contributed-themes/gin-admin-theme/specific-settings-within-gin" target="_blank">Settings</a> and how to customize Gin in our <a href="https://www.drupal.org/docs/contributed-themes/gin-admin-theme/custom-theming" target="_blank">Custom theming guide</a>.'
core_version_requirement: ^10 || ^11
# These dependencies will not allow the installation of Gin at all if gin_toolbar is not activated.
......
screenshot.png

243 KiB | W: | H:

screenshot.png

253 KiB | W: | H:

screenshot.png
screenshot.png
screenshot.png
screenshot.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -360,10 +360,10 @@ class GinSettings implements ContainerInjectionInterface {
'#title' => $this->t('Navigation (Drupal Toolbar)'),
'#default_value' => $account ? $this->get('classic_toolbar', $account) : $this->getDefault('classic_toolbar'),
'#options' => [
'new' => $this->t('New Drupal Navigation, Test integration') . $new_label . $experimental_label,
'vertical' => $this->t('Sidebar, Vertical Toolbar (Default)'),
'horizontal' => $this->t('Horizontal, Modern Toolbar'),
'classic' => $this->t('Legacy, Classic Drupal Toolbar'),
'new' => $this->t('New Drupal Navigation, Test integration') . $new_label . $experimental_label,
],
'#attributes' => $is_navigation_active ? ['class' => ['gin-core-navigation--is-active']] : [],
'#description' => $is_navigation_active ? $this->t('This setting is currently deactivated as it is overwritten by the navigation module.') : '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment