From July 2024 CloudCannon cannot guarantee support for this input. This is a deprecated input. Please consider using a Text or URL input.
These inputs are for editing plain text in your data. Each input includes a specific brand icon.
Single line input with a Facebook logo for short text values.
Facebook inputs are shown for inputs configured with the type facebook
, or for input keys matching:
facebook
*_facebook
facebook_username
*_facebook_username
facebook_url
*_facebook_url
Single line input with a Twitter logo for short text values.
Twitter inputs are shown for inputs configured with the type twitter
, or for input keys matching:
twitter
*_twitter
twitter_username
*_twitter_username
twitter_url
*_twitter_url
Single line input with an Instagram logo for short text values.
Instagram inputs are shown for inputs configured with the type instagram
, or for input keys matching:
instagram
*_instagram
instagram_username
*_instagram_username
instagram_url
*_instagram_url
Single line input with a GitHub logo for short text values.
GitHub inputs are shown for inputs configured with the type github
, or for input keys matching:
github
*_github
github_username
*_github_username
github_url
*_github_url
Single line input with a Pinterest logo for short text values.
Pinterest inputs are shown for inputs configured with the type pinterest
, or for input keys matching:
pinterest
*_pinterest
pinterest_username
*_pinterest_username
pinterest_url
*_pinterest_url
Social inputs have the following available options:
Set how an ‘empty’ value will be saved. Does not apply to existing empty values. Can be one of the following:
string
- an empty value for this input will be stored as ""
.
null
- an empty value for this input will be stored as a null value (default). This does not apply to TOML files.
Documented below are the valid formats for facebook, twitter, instagram, github, and pinterest inputs.
The lists of examples are non-exhaustive.
Empty/null value:
Any valid string (quoted or unquoted):
social: ""
social: ''
social: twitter.com/CloudCannon
social: "twitter.com/CloudCannon"
social: 'twitter.com/CloudCannon'
social: "https://twitter.com/CloudCannon"
Social URLs containing :
must be surrounded by quotes
Any valid string:
social = ""
social = ''
social = "twitter.com/CloudCannon"
social = 'twitter.com/CloudCannon'
social = "https://twitter.com/CloudCannon"
Null value:
Any valid string:
"social": ""
"social": "twitter.com/CloudCannon"
"social": "https://twitter.com/CloudCannon"