Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
849 changes: 374 additions & 475 deletions composer.dev.json

Large diffs are not rendered by default.

914 changes: 454 additions & 460 deletions composer.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ id: blockquote
label: Blockquote
description: 'Blockquote with 2 lines of caption'
thumb: { }
code: "<blockquote class=\"quotation\">\r\n<p>Berios sim destrum facientota nis ex eost aut prae vendis explam aliquis dolorpo rrorem reptaep elenis net.</p>\r\n\r\n<footer><cite><span class=\"quotation__author\">Her Excellency the Honourable Linda Dessau AC</span><br />\r\n<span class=\"quotation__author-title\">Governor of Victoria</span> </cite></footer>\r\n</blockquote>\r\n"
code:
value: '<blockquote class="quotation"><p>Berios sim destrum facientota nis ex eost aut prae vendis explam aliquis dolorpo rrorem reptaep elenis net.</p><footer><cite><span class="quotation__author">Her Excellency the Honourable Linda Dessau AC</span><br /><span class="quotation__author-title">Governor of Victoria</span></cite></footer></blockquote>'
format: rich_text
formats:
rich_text: rich_text
summary_text: summary_text
admin_text: admin_text
weight: 0
thumb_alternative: ''
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ id: primary_button
label: 'Primary Button'
description: ''
thumb: { }
code: '<p><a class="button" href="Primary-button-link">Primary button text</a></p>'
code:
value: '<p><a class="button" href="Primary-button-link">Primary button text</a></p>'
format: rich_text
formats:
rich_text: rich_text
summary_text: summary_text
admin_text: admin_text
weight: 1
thumb_alternative: ''
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ id: secondary_button
label: 'Secondary Button'
description: ''
thumb: { }
code: '<p><a class="button button--secondary" href="Secondary-button-link">Secondary button text</a></p>'
code:
value: '<p><a class="button button--secondary" href="Secondary-button-link">Secondary button text</a></p>'
format: rich_text
formats:
rich_text: rich_text
summary_text: summary_text
admin_text: admin_text
weight: 2
thumb_alternative: ''
7 changes: 4 additions & 3 deletions config/install/editor.editor.admin_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ settings:
- '<td align class>'
- '<p class="quotation__quote">'
ckeditor5_list:
reversed: false
startIndex: true
properties:
reversed: false
startIndex: true
ckeditor5_alignment:
enabled_alignments:
- left
Expand All @@ -102,7 +103,7 @@ image_upload:
status: false
scheme: public
directory: inline-images
max_size: ''
max_size: '10MB'
max_dimensions:
width: null
height: null
9 changes: 4 additions & 5 deletions config/install/editor.editor.rich_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ settings:
- strikethrough
- style
- superscript
- Callout
- embeddedContent
- tide_media
- ckeditorTemplates
- subscript
Expand Down Expand Up @@ -94,8 +92,9 @@ settings:
- '<td align class>'
- '<p class="quotation__quote">'
ckeditor5_list:
reversed: true
startIndex: true
properties:
reversed: true
startIndex: true
ckeditor5_alignment:
enabled_alignments:
- left
Expand All @@ -108,7 +107,7 @@ image_upload:
status: true
scheme: public
directory: inline-images
max_size: ''
max_size: '10MB'
max_dimensions:
width: null
height: null
7 changes: 4 additions & 3 deletions config/install/editor.editor.summary_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ settings:
- '<h4 id>'
- '<h5 id>'
ckeditor5_list:
reversed: false
startIndex: true
properties:
reversed: false
startIndex: true
ckeditor5_alignment:
enabled_alignments:
- left
Expand All @@ -78,7 +79,7 @@ image_upload:
status: true
scheme: public
directory: inline-images
max_size: ''
max_size: '10MB'
max_dimensions:
width: null
height: null
18 changes: 18 additions & 0 deletions config/install/field.storage.block_content.body.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
langcode: en
status: true
dependencies:
module:
- block_content
- text
id: block_content.body
field_name: body
entity_type: block_content
type: text_with_summary
settings: { }
module: text
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: true
custom_storage: false
18 changes: 18 additions & 0 deletions config/install/field.storage.node.body.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
langcode: en
status: true
dependencies:
module:
- node
- text
id: node.body
field_name: body
entity_type: node
type: text_with_summary
settings: { }
module: text
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: true
custom_storage: false
7 changes: 0 additions & 7 deletions config/install/filter.format.rich_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ langcode: en
status: true
dependencies:
module:
- ckeditor5_embedded_content
- editor
- entity_embed
- linkit
Expand Down Expand Up @@ -90,9 +89,3 @@ filters:
weight: -48
settings:
title: true
ckeditor5_embedded_content:
id: ckeditor5_embedded_content
provider: ckeditor5_embedded_content
status: true
weight: 100
settings: { }
150 changes: 0 additions & 150 deletions config/install/views.view.tide_media_browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -918,72 +918,6 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
filemime_1:
id: filemime_1
table: file_managed
field: filemime
relationship: field_secure_file_target_id
group_type: group
admin_label: ''
entity_type: file
entity_field: filemime
plugin_id: field
label: 'File MIME type'
exclude: true
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: file_filemime
settings:
link_to_file: false
filemime_image: false
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
thumbnail__target_id:
id: thumbnail__target_id
table: media_field_data
Expand Down Expand Up @@ -1455,15 +1389,6 @@ display:
admin_label: File
plugin_id: standard
required: false
field_secure_file_target_id:
id: field_secure_file_target_id
table: media__field_secure_file
field: field_secure_file_target_id
relationship: none
group_type: group
admin_label: 'file from field_secure_file'
plugin_id: standard
required: false
display_description: ''
display_extenders: { }
cache_metadata:
Expand Down Expand Up @@ -2651,72 +2576,6 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
filemime_1:
id: filemime_1
table: file_managed
field: filemime
relationship: field_secure_file_target_id
group_type: group
admin_label: ''
entity_type: file
entity_field: filemime
plugin_id: field
label: 'File MIME type'
exclude: true
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: file_filemime
settings:
link_to_file: false
filemime_image: false
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
thumbnail__target_id:
id: thumbnail__target_id
table: media_field_data
Expand Down Expand Up @@ -3062,15 +2921,6 @@ display:
admin_label: File
plugin_id: standard
required: false
field_secure_file_target_id:
id: field_secure_file_target_id
table: media__field_secure_file
field: field_secure_file_target_id
relationship: none
group_type: group
admin_label: 'file from field_secure_file'
plugin_id: standard
required: false
display_description: ''
display_extenders: { }
cache_metadata:
Expand Down
Loading
Loading