{ "doctype": "Web Template", "name": "Large Heading Section - 1", "module": "Website", "type": "Component", "template": "

{% set words = heading.split(' ') %}{% for word in words %}{% if loop.index == highlight_word_number %}{{ word }}{% else %}{{ word }}{% endif %} {% endfor %}

", "fields": [ { "fieldname": "heading", "fieldtype": "Data", "label": "Heading", "reqd": 0 }, { "fieldname": "highlight_word_number", "fieldtype": "Int", "label": "Highlight Word Number", "reqd": 0 }, { "fieldname": "padding_top", "fieldtype": "Data", "label": "Padding Top", "reqd": 0 }, { "fieldname": "padding_bottom", "fieldtype": "Data", "label": "Padding Bottom", "reqd": 0 } ], "owner": "Administrator", "created_by": "Administrator", "modified": "2024-08-12 14:30:14", "standard": 0 }