Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gin
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
gin
Commits
1a673064
Commit
1a673064
authored
11 months ago
by
Sascha Eggenberger
Browse files
Options
Downloads
Patches
Plain Diff
Setting new defaults
parent
83cc6808
No related branches found
No related tags found
2 merge requests
!518
Issue 3480661: Add padding to bottom of ckeditor content.
,
!228
Issue #3342164: Remove implicit dependency on node module for gin content form
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
config/install/gin.settings.yml
+2
-2
2 additions, 2 deletions
config/install/gin.settings.yml
gin.info.yml
+1
-1
1 addition, 1 deletion
gin.info.yml
screenshot.png
+0
-0
0 additions, 0 deletions
screenshot.png
src/GinSettings.php
+1
-1
1 addition, 1 deletion
src/GinSettings.php
with
4 additions
and
4 deletions
config/install/gin.settings.yml
+
2
−
2
View file @
1a673064
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
:
fals
e
sticky_action_buttons
:
tru
e
third_party_settings
:
shortcut
:
module_link
:
true
This diff is collapsed.
Click to expand it.
gin.info.yml
+
1
−
1
View file @
1a673064
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.
...
...
This diff is collapsed.
Click to expand it.
screenshot.png
+
0
−
0
View replaced file @
83cc6808
View file @
1a673064
243 KiB
|
W:
|
H:
253 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
src/GinSettings.php
+
1
−
1
View file @
1a673064
...
...
@@ -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.'
)
:
''
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment