Missing text_rotator_filter.schema.yml file (D10.3 compatibility)

Created on 11 October 2024, 5 months ago

Problem/Motivation

Running the module with Drupal 10.3.6, I get errors when trying to save the text format:

  • 'animation' is not a supported key
  • 'speed' is not a supported key

because of the missing config/schema/text_rotator_filter.schema.yml file

Here's a suggested content for this file:

filter_settings.filter_text_rotator:
  type: filter
  label: 'Text Rotator Filter'
  mapping:
    animation:
      type: string
      label: 'Animation type'
    speed:
      type: integer
      label: 'Animation speed'

Patch attached.

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇫🇷France PhilY 🇪🇺🇫🇷 Paris, France

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024