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