draftjs_exporter
draftjs_exporter copied to clipboard
How to apply text align inline style inside header tag?
How to apply text align inline style inside header tag?
Example : block
{
"key": "cu1e2",
"data": {},
"text": "test",
"type": "header-three",
"depth": 0,
"entityRanges": [],
"inlineStyleRanges": [
{
"style": "right",
"length": 4,
"offset": 0
}
]
},
Hey @alagarsamy1, the example you have here looks like it’d work just fine? Are you seeing a particular issue with this?