Siteβ―Builder
Editing:
profile.template.json
writable 0666
{ "title": "Influencer Profile", "fields": [ { "key": "handle", "label": "Username / handle", "type": "text", "placeholder": "rfsafe", "required": true, "pattern": "^[A-Za-z0-9_-]{3,32}$" }, { "key": "display_name","label": "Display name", "type": "text", "placeholder": "RF Safe" }, { "key": "short_bio", "label": "Short bio", "type": "textarea", "rows": 3 }, { "key": "website", "label": "Website URL", "type": "url", "placeholder": "https://rfsafe.com" }, { "key": "website_rss", "label": "Website RSS", "type": "url", "placeholder": "https://rfsafe.com/feed.xml" }, { "key": "tags", "label": "Interest tags", "type": "tagbox", "placeholder": "EMF Safety" }, { "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" } ] }
Save changes
Create folder
writable 0777
Create
Cancel