Compare commits

...

3 commits

16 changed files with 200 additions and 48 deletions

View file

@ -64,6 +64,7 @@
"drupal/eva": "^3",
"drupal/exif_orientation": "^1",
"drupal/facets": "dev-3.0.x as 2.0.x-dev",
"drupal/fakeobjects": "^2",
"drupal/field_defaults": "^2",
"drupal/field_formatter_class": "^1",
"drupal/field_token_value": "^3",

94
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "34d6202edb771e9e286c99dc6d208fa1",
"content-hash": "26fc6cdb610661cb88065c503d1489e1",
"packages": [
{
"name": "abraham/twitteroauth",
@ -1973,6 +1973,40 @@
],
"time": "2024-10-09T13:47:03+00:00"
},
{
"name": "drupal-ckeditor-libraries-group/fakeobjects",
"version": "4.22.1",
"source": {
"type": "git",
"url": "https://github.com/drupal-ckeditor-libraries-group/fakeobjects.git",
"reference": "a1de732aa3dbc63349f8b4653b1c7788c93ae25c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/drupal-ckeditor-libraries-group/fakeobjects/zipball/a1de732aa3dbc63349f8b4653b1c7788c93ae25c",
"reference": "a1de732aa3dbc63349f8b4653b1c7788c93ae25c",
"shasum": ""
},
"type": "drupal-library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later",
"LGPL-2.1-or-later",
"MPL-1.1"
],
"description": "CKEditor 4 fakeobjects plugin",
"homepage": "https://ckeditor.com/cke4/addon/fakeobjects",
"keywords": [
"CKEditor",
"fakeobjects",
"plugin"
],
"support": {
"issues": "https://github.com/ckeditor/ckeditor4/issues",
"source": "https://github.com/ckeditor/ckeditor4/tree/master/plugins/fakeobjects"
},
"time": "2023-02-08T14:53:49+00:00"
},
{
"name": "drupal/address",
"version": "2.0.3",
@ -8832,6 +8866,64 @@
"irc": "irc://irc.freenode.org/drupal-search-api"
}
},
{
"name": "drupal/fakeobjects",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/fakeobjects.git",
"reference": "2.0.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/fakeobjects-2.0.1.zip",
"reference": "2.0.1",
"shasum": "a11cac7fa7fd2d511048ba0ff3d18321e767b296"
},
"require": {
"drupal-ckeditor-libraries-group/fakeobjects": "^4.5.11",
"drupal/core": "^8 || ^9 || ^10 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.1",
"datestamp": "1740094419",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Kevin Quillen (kevinquillen)",
"homepage": "https://www.drupal.org/u/kevinquillen",
"role": "Maintainer"
},
{
"name": "kevinquillen",
"homepage": "https://www.drupal.org/user/317279"
},
{
"name": "xmacinfo",
"homepage": "https://www.drupal.org/user/12131"
}
],
"description": "Adds the FakeObjects plugin to CKEditor. This plugin is a utility plugin that is required by certain user-facing CKEditor plugins.",
"homepage": "http://drupal.org/project/fakeobjects",
"keywords": [
"Drupal"
],
"support": {
"source": "http://cgit.drupalcode.org/fakeobjects",
"issues": "http://drupal.org/project/issues/fakeobjects"
}
},
{
"name": "drupal/faqfield",
"version": "7.1.0",

View file

@ -62,6 +62,8 @@ settings:
enabled_attributes: { }
linkit_extension:
linkit_enabled: false
wysiwyg_linebreaks_extension:
method: force
image_upload:
status: true
scheme: public

View file

@ -0,0 +1,15 @@
status: true
dependencies:
config:
- filter.format.footnote
module:
- ckeditor5
format: footnote
editor: ckeditor5
settings:
toolbar:
items:
- bold
- italic
- link
image_upload: { }

View file

@ -18,7 +18,7 @@ settings:
- superscript
- subscript
- removeFormat
- Footnotes
- footnotes
- link
- bulletedList
- numberedList
@ -50,5 +50,7 @@ settings:
linkit_profile: default
media_media:
allow_view_mode_override: false
wysiwyg_linebreaks_extension:
method: force
image_upload:
status: false

View file

@ -1,44 +1,51 @@
uuid: c627e429-1f81-4d6d-87a1-402d40f43c6b
uuid: 544510b1-f241-4456-83a3-f602c111c46e
langcode: en
status: true
dependencies:
config:
- filter.format.minimalhtml
module:
- ckeditor
_core:
default_config_hash: kP3r4Ns9C1XIg5vFA9a0mteIKThq8E_eL43z7VIZUTY
- ckeditor5
format: minimalhtml
editor: ckeditor
editor: ckeditor5
settings:
toolbar:
rows:
-
-
name: Formatting
items:
- Bold
- Italic
-
name: Links
items:
- DrupalLink
- DrupalUnlink
-
name: Lists
items:
- BulletedList
- NumberedList
-
name: Media
items:
- Blockquote
-
name: Tools
items:
- Source
- bold
- italic
- '|'
- link
- '|'
- bulletedList
- numberedList
- '|'
- blockQuote
- '|'
- sourceEditing
- '|'
- code
plugins:
linebreaks:
ckeditor5_list:
properties:
reversed: false
startIndex: true
multiBlock: true
ckeditor5_sourceEditing:
allowed_tags:
- '<cite>'
- '<dl>'
- '<dt>'
- '<dd>'
- '<abbr title>'
- '<a hreflang>'
- '<blockquote cite>'
- '<ul type>'
- '<ol type>'
editor_advanced_link_link:
enabled_attributes: { }
linkit_extension:
linkit_enabled: false
wysiwyg_linebreaks_extension:
method: force
image_upload:
status: false

View file

@ -4,7 +4,6 @@ status: true
dependencies:
module:
- editor
- footnotes
- linkit
_core:
default_config_hash: 73bBl0mQ4I5Md9_FoI1V9MErX_I6ykC9gNKwLqb80Ko
@ -30,22 +29,13 @@ filters:
status: true
weight: 8
settings: { }
filter_footnotes:
id: filter_footnotes
provider: footnotes
status: false
weight: 0
settings:
footnotes_collapse: '0'
footnotes_html: '0'
footnotes_css: '1'
filter_html:
id: filter_html
provider: filter
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 type start> <strong> <em> <code> <li> <img src alt height width data-entity-uuid data-entity-type data-caption data-align>'
allowed_html: '<br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <dl> <dt> <dd> <a hreflang href class data-insert-attach data-insert-type title> <blockquote cite> <ul type> <ol type start> <strong> <em> <code> <li> <img src alt height width data-entity-uuid data-entity-type data-caption data-align class data-insert-attach data-insert-type sizes srcset title> <audio contenteditable controls data-insert-attach data-insert-type src type> <span class data-insert-attach data-insert-type> <video contenteditable controls data-insert-attach data-insert-type src type>'
filter_html_help: false
filter_html_nofollow: false
filter_html_image_secure:

View file

@ -0,0 +1,26 @@
status: true
dependencies:
module:
- footnotes
name: Footnote
format: footnote
filters:
filter_html:
id: filter_html
provider: filter
status: true
weight: -10
settings:
allowed_html: '<br> <p> <strong> <em> <a href>'
filter_html_help: true
filter_html_nofollow: false
filter_footnotes:
id: filter_footnotes
provider: footnotes
status: false
weight: 0
settings:
footnotes_collapse: false
footnotes_css: true
footnotes_dialog: false
footnotes_footer_disable: false

View file

@ -44,9 +44,10 @@ filters:
status: true
weight: -42
settings:
footnotes_collapse: '0'
footnotes_html: '1'
footnotes_css: '1'
footnotes_collapse: false
footnotes_css: true
footnotes_dialog: false
footnotes_footer_disable: false
filter_html:
id: filter_html
provider: filter

View file

@ -20,7 +20,7 @@ filters:
status: true
weight: -10
settings:
allowed_html: '<a href hreflang> <abbr title> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd>'
allowed_html: '<br> <p> <cite> <dl> <dt> <dd> <abbr title> <a hreflang href> <blockquote cite> <ul type> <ol type start> <strong> <em> <code> <li>'
filter_html_help: true
filter_html_nofollow: false
filter_htmlcorrector:

View file

@ -14,6 +14,10 @@ filters:
status: true
weight: 0
settings: { }
filter_footnotes:
settings:
footnotes_footer_disable: false
footnotes_dialog: false
filter_html_escape:
id: filter_html_escape
provider: filter

View file

@ -14,6 +14,10 @@ filters:
status: true
weight: 0
settings: { }
filter_footnotes:
settings:
footnotes_footer_disable: false
footnotes_dialog: false
filter_html:
id: filter_html
provider: filter

View file

@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
- filter.format.footnote
- filter.format.full_html
- media.type.image
- node.type.article
@ -46,6 +47,7 @@ permissions:
- 'edit terms in tags'
- 'skip comment approval'
- 'update media'
- 'use text format footnote'
- 'use text format full_html'
- 'view the administration theme'
- 'view visitors counter'

View file

@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
- filter.format.footnote
- filter.format.full_html
module:
- comment
@ -52,6 +53,7 @@ permissions:
- 'delete own files'
- 'revert all revisions'
- 'skip comment approval'
- 'use text format footnote'
- 'use text format full_html'
- 'view all revisions'
- 'view own unpublished content'

View file

@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
- filter.format.footnote
- filter.format.full_html
- node.type.blog
module:
@ -36,6 +37,7 @@ permissions:
- 'edit own comments'
- 'post comments'
- 'skip comment approval'
- 'use text format footnote'
- 'use text format full_html'
- 'view own unpublished content'
- 'view the administration theme'

View file

@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
- filter.format.footnote
- filter.format.full_html
module:
- block
@ -82,6 +83,7 @@ permissions:
- 'edit gdpr_checklist checklistapi checklist'
- 'revert all revisions'
- 'skip comment approval'
- 'use text format footnote'
- 'use text format full_html'
- 'view all revisions'
- 'view own unpublished content'