Compare commits

...

3 commits

6 changed files with 18 additions and 14 deletions

View file

@ -22,12 +22,12 @@ settings:
- numberedList
- '|'
- blockQuote
- drupalInsertImage
- '|'
- heading
- code
- '|'
- sourceEditing
- drupalMedia
plugins:
ckeditor5_heading:
enabled_headings:
@ -36,8 +36,6 @@ settings:
- heading4
- heading5
- heading6
ckeditor5_imageResize:
allow_resize: true
ckeditor5_list:
reversed: false
startIndex: true
@ -56,6 +54,8 @@ settings:
- '<h4 id>'
- '<h5 id>'
- '<h6 id>'
media_media:
allow_view_mode_override: false
image_upload:
status: true
scheme: public

View file

@ -4,6 +4,7 @@ status: true
dependencies:
module:
- editor
- media
_core:
default_config_hash: 73bBl0mQ4I5Md9_FoI1V9MErX_I6ykC9gNKwLqb80Ko
name: 'Basic HTML'
@ -16,7 +17,7 @@ filters:
status: true
weight: -10
settings:
allowed_html: '<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <p> <br> <span> <img src alt height width data-entity-type data-entity-uuid data-align data-caption>'
allowed_html: '<br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <dl> <dt> <dd> <a hreflang href> <blockquote cite> <ul type> <ol start type> <strong> <em> <code> <li> <drupal-media data-entity-type data-entity-uuid alt data-caption data-align>'
filter_html_help: false
filter_html_nofollow: false
filter_align:
@ -43,3 +44,12 @@ filters:
status: true
weight: 11
settings: { }
media_embed:
id: media_embed
provider: media
status: true
weight: 100
settings:
default_view_mode: default
allowed_view_modes: { }
allowed_media_types: { }

View file

@ -1,6 +1,6 @@
_core:
default_config_hash: t7clj3mzmOGrXX0HuCH5usf0vEqRtnMTBFVBIEmZ5pc
first_day: 0
first_day: 1
country:
default: US
timezone:

View file

@ -3,12 +3,12 @@ _core:
langcode: en
uuid: d8f028a8-f459-47a3-b265-284ba45ec6cc
name: 'Experience Olympic'
mail: info@experienceolympic.com
slogan: ''
mail: tours@ExperienceOlympic.com
slogan: 'Savor the Biodiversity of Olympic National Park on our Guided Wildlife Tours'
page:
403: ''
404: ''
front: /node/7
front: /node/8
admin_compact_mode: false
weight_select_max: 100
default_langcode: en

View file

@ -4,7 +4,6 @@ status: true
dependencies:
config:
- filter.format.restricted_html
- node.type.landing_page
- node.type.page
- node.type.people
- node.type.resource
@ -45,7 +44,6 @@ permissions:
- 'administer redirects'
- 'administer taxonomy'
- 'administer users'
- 'create landing_page content'
- 'create media'
- 'create page content'
- 'create people content'
@ -53,7 +51,6 @@ permissions:
- 'create url aliases'
- 'delete all revisions'
- 'delete own files'
- 'edit any landing_page content'
- 'edit any page content'
- 'edit any people content'
- 'edit any resource content'

View file

@ -6,7 +6,6 @@ dependencies:
- block_content.type.basic
- block_content.type.slide
- filter.format.restricted_html
- node.type.landing_page
- node.type.page
- node.type.people
- node.type.resource
@ -70,7 +69,6 @@ permissions:
- 'assign editor role'
- 'assign manager role'
- 'create basic block content'
- 'create landing_page content'
- 'create media'
- 'create page content'
- 'create people content'
@ -80,7 +78,6 @@ permissions:
- 'delete all revisions'
- 'delete own files'
- 'edit any basic block content'
- 'edit any landing_page content'
- 'edit any page content'
- 'edit any people content'
- 'edit any resource content'