Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Add setting schema (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtodor authored and dbosen committed Mar 8, 2017
1 parent 71f31f2 commit 39f6c8e
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions config/schema/infinite.schema.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
infinite.settings:
type: theme_settings
label: 'Infinite Settings'
mapping:
gtm_id:
type: string
label: 'GTM ID'
facebook_share_button:
type: string
label: 'Facebook share button'
whatsapp_share_button:
type: string
label: 'WhatsApp share button'
whatsapp_share_text:
type: string
label: 'WhatsApp share text'
pinterest_share_button:
type: string
label: 'Pinterest share button'
twitter_share_button:
type: string
label: 'Twitter share button'
twitter_share_via:
type: string
label: 'Twitter share via'
email_share_button:
type: string
label: 'E-Mail share button'
email_share_text:
type: string
label: 'E-Mail share text'
email_subject:
type: string
label: 'E-Mail subject'

0 comments on commit 39f6c8e

Please sign in to comment.