Text

TwebMetaTextControl

{ label, help, type, metaKey* }
/**
 * @param {string} [label] - Component label.
 * @param {string} [help] - Component description.
 * @param {string} [type] - Input type: text, email, url, number, date.
 * @param {string} metaKey - Registered meta key from register_post_meta().
 */

Last updated

Was this helpful?