Untitled
unknown
plain_text
a year ago
485 B
8
Indexable
<PanelRow>
{postOne && postOne.id && (
<RichText
label={__('Custom Article Title', 'blackstone')}
help={__('Optional text that will override the title of this selected article.', 'blackstone')}
className="components-text-control__input bx-vertical-list__input"
placeholder={__('Enter custom article title', 'blackstone')}
multiline={false}
value={customTitleOne}
onChange={(customTitleOne) => {
setAttributes({ customTitleOne });
}}
/>
)}
</PanelRow>
Editor is loading...
Leave a Comment