Under drupal 10.3.10, I tried to import this
uuid: xxxx-xxxxx-xxxxx-
langcode: fr
status: true
dependencies:
config:
- field.storage.paragraph.field_myfield
- paragraphs.paragraphs_type.paragraph_text_media
module:
- options
id: paragraph.paragraph_text_media.field_myfield
field_name: field_myfield
entity_type: paragraph
bundle: paragraph_text_media
label: 'My label'
description: ''
required: true
translatable: false
default_value:
-
value: 0
default_value_callback: ''
settings:
allowed_values:
-
value: 1
label: 'Label 1'
-
value: 3
label: 'label 2'
-
value: 4
label: 'label 3'
-
value: 0
label: 'label 4'
-
value: 5
label: 'label 5'
-
value: 6
label: 'label 6'
-
value: 2
label: 'label 7'
field_type: list_integer
and this :
uuid: xxxx-xxxxx-xxxxx-
langcode: fr
status: true
dependencies:
config:
- field.storage.paragraph.field_myfield
- paragraphs.paragraphs_type.paragraph_text_media
module:
- options
id: paragraph.paragraph_text_media.field_myfield
field_name: field_myfield
entity_type: paragraph
bundle: paragraph_text_media
label: 'My label'
description: ''
required: true
translatable: false
default_value:
-
value: 0
default_value_callback: ''
settings:
allowed_values:
-
value: 0
label: 'label 4'
-
value: 1
label: 'Label 1'
-
value: 2
label: 'label 7'
-
value: 3
label: 'label 2'
-
value: 4
label: 'label 3'
-
value: 5
label: 'label 5'
-
value: 6
label: 'label 6'
field_type: list_integer
Getting this message in drush config-import :
[notice] Synchronisation de la configuration : update field.field.paragraph.paragraph_text_media.field_myfield.
[notice] Finalisation de la synchronisation de la configuration.
[success] The configuration was imported successfully.
But the field is not updated
If anyone has any idea what the problem is, or my yaml config is not correct?
🐛 | CKEditor 5 - Font Plugin (Text Color, Background Color) | CkEditor 5 colorplateicon console error
i'm trying to override the js/fuild/font.js to update icon:i.icons.colorPaletteIcon to icon:e.icons.colorPaletteIcon like this but not working
libraries-override:
ckeditor5_font/ckeditor5_font:
js:
js/build/font.js: assets/js/font.js