adobe / adobe/da-universal

RTE filters do not work and break da-universal

Open
#50 2 comments 0 reactions 0 assignees View on GitHub
bug da-ue ue
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.