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

{
  "information": {
    "id": "about_me",
    "name": "About Me",
    "date": "2016-06-30",
    "description": "Single page 'About Me' 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 or Image URL"
  },
  {
    "id": "siteMajorColor",
    "label": "Main Template Color",
    "type": "color",
    "value": "#4acaa8"
    },
  {
    "id":"aboutMeHeading",
    "label": "About Me Heading",
    "type": "text",
    "placeholder": "About Me"
  },
  {
    "id":"aboutMeTagLine",
    "label": "About Me Tag Line",
    "type": "text",
    "placeholder": "About Me Tag Line"
  },
  {
    "id": "aboutMe",
    "label": "About Me",
    "type": "textarea",
    "placeholder": "A few words about yourself."
  },
  {
    "id": "thingsIDo",
    "label": "Things I Do",
    "type": "textarea",
    "placeholder": "A few words about what you do."
  },
  {
    "id": "accomplishments",
    "label": "Accomplishments",
    "type": "textarea",
    "placeholder": "A few words about your accomplishments."
  },
    {
    "id":"sectionHeaderColor",
    "label": "Section Header Color",
    "type": "color",
    "value": "#777777"
  },
  {
    "id": "sectionSeparatorColor",
    "label": "Section Separator Color",
    "type": "color",
    "value": "#f4f4f4"
    },
  {
    "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": "instagramLink",
    "label": "Instagram",
    "type": "url",
    "placeholder": "https://www.instagram.com/username"
  },
    {
    "id": "githubLink",
    "label": "GitHub",
    "type": "url",
    "placeholder": "https://www.github.com/username"
  },
  {
    "id": "google_analytics_key",
    "label": "Google Analytics Tracker ID",
    "type": "text",
    "placeholder": "UA-34343-3"
  }]
}
Back to Directory File Manager