Skip to content

Instantly share code, notes, and snippets.

@GrantSmithDoddle
Last active November 24, 2018 18:15
Show Gist options
  • Save GrantSmithDoddle/e64f3b2d2797ab46b8dd9863055b574b to your computer and use it in GitHub Desktop.
Save GrantSmithDoddle/e64f3b2d2797ab46b8dd9863055b574b to your computer and use it in GitHub Desktop.
#Page information
<perch:group label="Page" collapse>
<perch:group label="Testimonial" collapse>
<perch:content id="title" type="text" label="Title / Heading" required title>
<perch:content id="slug" type="slug" for="title">
</perch:group>
#Company information
<perch:group label="Company" collapse>
<perch:content id="company_name" type="text" label="Company Name">
<perch:content id="tag_line" type="text" label="Wesbite tagline, site descrption">
<perch:content id="company_number" type="text" label="Company number">
<perch:content id="vat_number" type="text" label="VAT number">
<perch:content id="data_protection" type="text" label="Data protection number">
</perch:group>
<perch:group label="Contact information" collapse>
<perch:content id="landline_number" type="text" label="Landline phone number" help="Include country code" filter="nospace">
<perch:content id="mobile_number" type="text" label="Mobile phone number" help="Include country code" filter="nospace">
<perch:content id="email" type="text" label="Email address">
<perch:content id="addressln1" type="text" label="Address Line 1">
<perch:content id="addressln2" type="text" label="Address Line 2">
<perch:content id="city" type="text" label="City">
<perch:content id="country" type="text" label="Country">
<perch:content id="postcode" type="text" label="Postcode">
</perch:group>
<perch:group label="Social information" collapse>
<perch:content id="facebook" type="text" label="Facebook URL">
<perch:content id="instagram" type="text" label="Instagram URL">
<perch:content id="youtube" type="text" label="YouTube URL">
<perch:content id="twitter" type="text" label="Twitter URL">
<perch:content id="pinterest" type="text" label="Pinterest URL">
<perch:content id="linkedin" type="text" label="LinkedIn URL">
</perch:group>
#Testimonial
<perch:group label="Testimonial" collapse>
<perch:content id="endorserImage" type="text" label="Profile image url" help="Image urls can be sourced from LinkedIn for example" replace="http://|">
<perch:content id="endorserName" type="text" label="Name of endorser" editor="markitup" title="true">
<perch:content id="endorserRole" type="text" label="Job role" editor="markitup">
<perch:content id="endorserCompany" type="text" label="Company name" editor="markitup">
<perch:content id="endorserQuote" type="textarea" label="Quotation">
</perch:group>
#Social Sharing Mata
<perch:group label="Social sharing" collapse>
<perch:content id="description" label="Meta description" type="textarea" size="l" escape="true" count="chars" help="The meta description should be under 160 characters and over 140">
<perch:content id="og_title" label="Social title" type="text" escape="true" help="Title for this document with no branding or site name">
<perch:content id="og_description" label="Social description" type="textarea" size="l" escape="true" count="chars" help="The meta description should be under 160 characters and over 140">
<perch:content id="og_image" label="Image when shared" help="Should be at least 1200x630" type="image" width="1200" filter="cloudinary" opts="q_auto:best,f_auto" external>">
</perch:group>
#Social Media
<perch:group label="Social links" collapse>
<perch:content id="dribble" type="text" label="Dribble URL">
<perch:content id="facebook" type="text" label="Facebook URL">
<perch:content id="github" type="text" label="Github URL">
<perch:content id="instagram" type="text" label="Instagram URL">
<perch:content id="linkedin" type="text" label="LinkedIn URL">
<perch:content id="pinterest" type="text" label="Pinterest URL">
<perch:content id="twitter" type="text" label="Twitter URL">
<perch:content id="youtube" type="text" label="YouTube URL">
</perch:group>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment