Viewing File: /usr/local/cpanel/3rdparty/share/site_templates/personal/meta.json

{
  "information": {
    "id": "personal",
    "name": "Personal",
    "date": "2016-03-16",
    "description": "Single page personal site",
    "preview_image_path": "/preview.png"
  },
  "fields": [
  {
    "id": "fullName",
    "label": "Full Name",
    "type": "text",
    "placeholder": "Your Name"
  },
  {
    "id":"tagLine",
    "label": "Tag Line",
    "type": "text",
    "placeholder": "Tag Line"
  },
  {
    "id":"avatarURL",
    "label": "Image URL",
    "type": "url",
    "placeholder": "Avatar URL / Image URL"
    },
  {
    "id": "aboutMe",
    "label": "About Me",
    "type": "textarea",
    "placeholder": "Few words about yourself"
  },
  {
    "id": "physicalAddress",
    "label": "Address",
    "type": "textarea",
    "placeholder": "City State Country"
  },
  {
    "id": "phoneNumber",
    "label": "Phone Number",
    "type": "tel",
    "placeholder": "xxx-xxx-xxxx"
  },
  {
    "id": "emailAddress",
    "label": "Email Address",
    "type": "email",
    "placeholder": "testemail@testemail.com"
  },
  {
    "id": "facebookLink",
    "label": "Facebook",
    "type": "url",
    "placeholder": "https://www.facebook.com/username"
  },
  {
    "id": "twitterLink",
    "label": "Twitter",
    "type": "url",
    "placeholder": "https://twitter.com/username"
  },
  {
    "id": "linkedinLink",
    "label": "LinkedIn",
    "type": "url",
    "placeholder": "https://www.linkedin.com/in/username"
  },
  {
    "id": "google_analytics_key",
    "label": "Google Analytics Tracker ID",
    "type": "text",
    "placeholder": "UA-34343-3"
  }]
}
Back to Directory File Manager