Problem/Motivation
The html_filter processor schema defines tags as a sequence of integers, but the default configuration provides floats (e.g., 1.5). This mismatch can cause schema validation issues.
Proposed resolution
Update the schema to use type: float instead of type: integer.
Steps to reproduce
- Enable the processor with default configuration.
- Export or validate config and see that floats conflict with the integer type.
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot 2025-09-16 at 15.15.18.png | 64.08 KB | joelpittet |
Issue fork search_api-3547098
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments
Comment #3
joelpittetComment #5
drunken monkeyLooks great, thanks!
I just added some test coverage and then merged. Thanks again!
Comment #8
drunken monkeyComment #9
joelpittetOh nice, thanks for the test coverage!