Refering to your comment to the Body field.
Where can I configure the field as "Multi value field" or ...?
I configure the font families in
Configuration/Content authoring/Text formats and editors/Configure/Full HTML.
If I enter each font family name in a new line (with or without comma) and will save it,
I get the message "Unacceptable values provided for the CKEditor 5 Font Family plugin".
See Screenshot: "CKE5 Font Families configuration one line for each family"
If I enter the font family names comma separated in one line I can save the settings,
but I can choose the first font family name only.
See sceenshot: "CKE5 Font Families configuration comma separated"
A new problem appear with the "Font family" buttom.
I have configured the buttom with some font families but I see/can select only the first family name.
In the past I could choose all configured font families.
What can I do or is it an error?
Thanks Salmonek for your assistance.
IΒ΄ve uninstall the "CKEditor Font module" and can see my content.
But I have two windows for editing now,
- one with the existing content and text format
- an other which is empty and the format is "Basic HTML".
Is there a need for the second (empty) window or can I remove it?
What will be happen, if I use both windows - any conflicts appears?
Additional info.
I can see some milliseconds the existing content in the editorbox.
Than the box collaps to one split line with the collaps symbol.
I canΒ΄t expand the textbox.
In my opinion it is an real important error.
Anybody working on a solution?
Dear @salmonek
One message in the console found: e.g. see the attachment.
I use the CK5-Editor and other modules without any modifications of the standard
as well as no manipulation of the code, e.g. HTML with other tools.
The Full-HTML-format is used with the predefined CK5-Buttoms / modules only and
the editing works fine until the installation / updates of the pludin-pack and drupal 10.3.x .
The new versions of Drupal 10.3.6 and CK5-Editor-Plugin Pack 1.1.2 donΒ΄t solve the problem.
Thanks for your help
Andreas
andreas dvorak β created an issue.
IΒ΄ve filled the info below.
The text in the text field can be trimmed and the right number of words are shown.
But the rest of the text can not be activated with "read more (learn more)" because "read more" is not available.
Behaps the trimm lenght limit the complete field and "read more" is in the not shown part.
The bug is not only in the "trimm standard" also together with the "Smart trim module".
Andreas Dvorak β created an issue.
Andreas Dvorak β created an issue.
Great :-) Thank you very much for all your comments and support.
IΒ΄ve tried all recommended update commands on the sites of Drupal Core and LINKIT.
The code of composer.json follow here:
{
"name": "drupal/legacy-project",
"description": "Project template for Drupal projects with composer following drupal/drupal layout",
"type": "project",
"license": "GPL-2.0-or-later",
"homepage": "
https://www.drupal.org/project/drupal β
",
"support": {
"docs": "
https://www.drupal.org/docs/user_guide/en/index.html β
",
"chat": "
https://www.drupal.org/node/314178 β
"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"composer/installers": "^2.0",
"drupal/admin_toolbar": "^3.3",
"drupal/asset_injector": "^2.16",
"drupal/backup_migrate": "^5.0",
"drupal/ckeditor_accordion": "^2.0",
"drupal/ckeditor_font": "^2.0@beta",
"drupal/core-composer-scaffold": "^10.0",
"drupal/core-project-message": "^10.0",
"drupal/core-recommended": "^10.0",
"drupal/core-vendor-hardening": "^10.0",
"drupal/ctools": "^4.0",
"drupal/ebt_accordion": "^1.4",
"drupal/ebt_core": "^1.4",
"drupal/ebt_image": "^1.4",
"drupal/ebt_text": "^1.4",
"drupal/editor_advanced_link": "^2.1",
"drupal/fontawesome": "^2.25",
"drupal/honeypot": "^2.1",
"drupal/imce": "^3.0",
"drupal/lang_dropdown": "^2.0",
"drupal/languageicons": "^2.0@beta",
"drupal/layout_builder_modal": "^1.2",
"drupal/layout_builder_styles": "^2.0",
"drupal/linkit": "^6.0@RC",
"drupal/media_library_form_element": "^2.0",
"drupal/pathauto": "^1.11",
"drupal/section_library": "^1.1",
"drupal/svg_image": "^3.0",
"drupal/token": "^1.11",
"drupal/webform": "^6.2@beta",
"wikimedia/composer-merge-plugin": "*"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"drupal/core-vendor-hardening": true,
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"wikimedia/composer-merge-plugin": true
},
"sort-packages": true
},
"extra": {
"merge-plugin": {
"include": [
"humanity10.org/modules/contrib/webform/composer.libraries.json"
]
},
"drupal-scaffold": {
"locations": {
"web-root": "./"
}
},
"installer-paths": {
"core": [
"type:drupal-core"
],
"libraries/{$name}": [
"type:drupal-library"
],
"modules/contrib/{$name}": [
"type:drupal-module"
],
"profiles/contrib/{$name}": [
"type:drupal-profile"
],
"themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/Commands/contrib/{$name}": [
"type:drupal-drush"
],
"modules/custom/{$name}": [
"type:drupal-custom-module"
],
"profiles/custom/{$name}": [
"type:drupal-custom-profile"
],
"themes/custom/{$name}": [
"type:drupal-custom-theme"
]
},
"drupal-core-project-message": {
"include-keys": [
"homepage",
"support"
],
"post-create-project-cmd-message": [
" ",
" Congratulations, youβve installed the Drupal codebase ",
" from the drupal/legacy-project template! ",
" ",
"",
"Next steps:",
" * Install the site:
https://www.drupal.org/docs/installing-drupal β
",
" * Read the user guide:
https://www.drupal.org/docs/user_guide/en/index.html β
",
" * Get support:
https://www.drupal.org/support β
",
" * Get involved with the Drupal community:",
"
https://www.drupal.org/getting-involved β
",
" * Remove the plugin that prints this message:",
" composer remove drupal/core-project-message"
]
}
},
"require-dev": {
"drush/drush": "*"
}
}
Perhaps it is a problem in composer.
If I want to install Drupal core 10.1.x the installation failed with the remark that I need an other version of Linkit.
If I want to install Linkit the installation failed with the remark I need an other version of drupal core.
It looks like that both have to be installed at the same time.
The command "--with-all-dependencies" donΒ΄t help.
Andreas Dvorak β created an issue.