feat: add label button to question tinyMCE (#221)

This commit is contained in:
Kristin Aoki
2023-02-01 11:35:15 -05:00
committed by GitHub
parent 09d5ce35f3
commit 83d45a249a
13 changed files with 473 additions and 43 deletions

View File

@@ -284,7 +284,6 @@ export class OLXParser {
the parsed OLX.
*/
const tagMap = {
label: 'strong',
description: 'em',
};