Text
The setting field type Text
Arguments
Code example
@schema
{
"name" : "Input Text",
"author" : "LayoutHub",
"website" : "https://www.LayoutHub.com"
}
@endschema
<div class="sample-demo">
<p> The setting will show up here: {{settings.title }} </p>
</div>
[
{
name: 'title',
label: 'My Title',
type: 'text',
value: 'LayoutHub is the best Page builder on Shopify '
}
]How it works

Last updated