RTE filters do not work and break da-universal
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 3
- Avg merge
- 18h
- Merged PRs (30d)
- 15
Description
We need support for RTE filters to downfilter aka. remove options from RTE. A filter like below breaks da-universal.
```
"filters": [
{
"id": "hero",
"rte": {
"format": [
"bold",
"italic",
"underline"
],
"alignment": [],
"indentation": [],
"sr_script": [],
"list": [],
"insert": [],
"advanced": [],
"extensions": [],
"editor": [],
"blocks": []
}
}
]
```
Contributor guide
Research direction
Start by reproducing the RTE filter example from the issue and trace how the filter is handled in da-universal. Verify that the listed RTE options are removed without breaking da-universal, and add or update regression coverage if the relevant test area is found.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100