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

Last updated