Compare commits

..

No commits in common. "0694106e730b7d0ea079fd5b20404717bc03919d" and "101f8e0e54676ae20ef353d365351959d0d358ca" have entirely different histories.

6 changed files with 14 additions and 18 deletions

View file

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

View file

@ -4,7 +4,6 @@ status: true
dependencies:
module:
- editor
- media
_core:
default_config_hash: 73bBl0mQ4I5Md9_FoI1V9MErX_I6ykC9gNKwLqb80Ko
name: 'Basic HTML'
@ -17,7 +16,7 @@ filters:
status: true
weight: -10
settings:
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>'
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>'
filter_html_help: false
filter_html_nofollow: false
filter_align:
@ -44,12 +43,3 @@ 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: 1
first_day: 0
country:
default: US
timezone:

View file

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

View file

@ -4,6 +4,7 @@ status: true
dependencies:
config:
- filter.format.restricted_html
- node.type.landing_page
- node.type.page
- node.type.people
- node.type.resource
@ -44,6 +45,7 @@ permissions:
- 'administer redirects'
- 'administer taxonomy'
- 'administer users'
- 'create landing_page content'
- 'create media'
- 'create page content'
- 'create people content'
@ -51,6 +53,7 @@ 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,6 +6,7 @@ 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
@ -69,6 +70,7 @@ permissions:
- 'assign editor role'
- 'assign manager role'
- 'create basic block content'
- 'create landing_page content'
- 'create media'
- 'create page content'
- 'create people content'
@ -78,6 +80,7 @@ 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'