Home > @infiniteobjects/shopify-data-manager > AdminTypes > LocalizableContentType
Specifies the type of the underlying localizable content. This can be used to conditionally render different UI elements such as input fields.
Signature:
export declare enum LocalizableContentType
| Member | Value | Description |
|---|---|---|
| FileReference | "FILE_REFERENCE" |
A file reference. |
| Html | "HTML" |
An HTML. |
| InlineRichText | "INLINE_RICH_TEXT" |
An inline rich text. |
| Json | "JSON" |
A JSON. |
| JsonString | "JSON_STRING" |
A JSON string. |
| ListFileReference | "LIST_FILE_REFERENCE" |
A list of file references. |
| ListMultiLineTextField | "LIST_MULTI_LINE_TEXT_FIELD" |
A list of multi-line texts. |
| ListSingleLineTextField | "LIST_SINGLE_LINE_TEXT_FIELD" |
A list of single-line texts. |
| ListUrl | "LIST_URL" |
A list of URLs. |
| MultiLineTextField | "MULTI_LINE_TEXT_FIELD" |
A multi-line text. |
| RichTextField | "RICH_TEXT_FIELD" |
A rich text. |
| SingleLineTextField | "SINGLE_LINE_TEXT_FIELD" |
A single-line text. |
| String | "STRING" |
A string. |
| Uri | "URI" |
A URI. |
| Url | "URL" |
A URL. |