Contains code - which may be any of CSS, Javascript, Liquid Markup, JSON objects, or any other type of code. This code is not evaluated or processed before being output. Use with extreme caution.
Field | Type | Description |
object_type | string | Will always be "code". |
is_valid | True|False | True if the value is not empty. |
code_type | string | The type of code the value is written as - will either be null, js, css, less, scss, or liquid. |
value | string | User-defined. No validation. Could be anything. |
output | string | The value as it was input by the user, which is the same as the value property. |
output_in_list | html | Same as output. |
field_id | string | The identifier for this field. |
default_value | string | The default value for this field if no value is specified. |