RichHeading

"testRichHeading": {
"type": "object",
"default": {}
},import {
TwebBlockRichHeading,
} from '@tigriweb/components/controls';<TwebBlockRichHeading
tagName="h2"
className="custom-class"
placeholder={ __('BlockControls...', 'your-theme-name') }
name="testRichHeading"
{...{ attributes, setAttributes }}
/>TwebBlockRichHeading.Content
<TwebBlockRichHeading.Content
className="custom-class"
value={ attributes.testRichHeading }
/>Last updated
Was this helpful?