SiteโฏBuilder
Editing:
profile.template.json
writable 0666
{ "title": "Business Profile", "fields": [ { "key": "phone", "label": "Business phone", "type": "tel", "placeholder": "7276101188", "required": true, "pattern": "^\\d{10}$" }, { "key": "name", "label": "Business name", "type": "text", "placeholder": "RF Safe", "required": true }, { "key": "slogan", "label": "Slogan", "type": "text", "placeholder": "Protecting Your Health From Wireless Radiation" }, { "key": "description","label": "Description", "type": "textarea", "rows": 4 }, { "key": "address", "label": "Street", "type": "text", "placeholder": "8134ย 122nd Street" }, { "key": "city", "label": "City", "type": "text", "placeholder": "Seminole" }, { "key": "state", "label": "State", "type": "text", "placeholder": "FL", "maxlength": 2 }, { "key": "zip", "label": "ZIP", "type": "text", "placeholder": "33772", "pattern": "^\\d{5}$" }, { "key": "website", "label": "Website URL", "type": "url", "placeholder": "https://www.rfsafe.com" }, { "key": "website_rss", "label": "Website RSS", "type": "url", "placeholder": "https://www.example.com/feed.xml" }, { "key": "tags", "label": "Service / product tags", "type": "tagbox", "placeholder": "EMF Shield" }, { "key": "location_tags", "label": "Location tags", "type": "tagbox", "placeholder": "Clearwater" }, { "key": "lat", "label": "Latitude", "type": "text", "placeholder": "27.84", "premium": true }, { "key": "lon", "label": "Longitude", "type": "text", "placeholder": "-82.80", "premium": true }, { "key": "twitter", "label": "Twitter handle", "type": "text", "placeholder": "rfsafe" }, { "key": "facebook", "label": "Facebook page", "type": "text", "placeholder": "rfsafe" }, { "key": "instagram","label": "Instagram", "type": "text", "placeholder": "rfsafe" }, { "key": "tiktok", "label": "TikTok", "type": "text", "placeholder": "rfsafe" }, { "key": "linkedin", "label": "LinkedIn", "type": "text", "placeholder": "company/rfsafe" }, { "key": "youtube", "label": "YouTube", "type": "text", "placeholder": "rfsafe" }, { "key": "yelp", "label": "Yelp", "type": "text", "placeholder": "rfsafe", "premium": true }, { "key": "angi", "label": "Angi", "type": "text", "placeholder": "rfsafe", "premium": true }, { "key": "bbb", "label": "BBB", "type": "text", "placeholder": "rfsafe", "premium": true }, { "key": "nextdoor", "label": "Nextdoor", "type": "text", "placeholder": "rfsafe", "premium": true } ] }
Save changes
Create folder
writable 0777
Create
Cancel