These inputs are for editing plain text in your data. Each input includes a specific brand icon.
Facebook#
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*_facebookfacebook_username*_facebook_usernamefacebook_url*_facebook_url

facebook: CloudCannon
facebook_username: CloudCannon
facebook_url: https://www.facebook.com/CloudCannon
{
"facebook": "CloudCannon",
"facebook_username": "CloudCannon",
"facebook_url": "https://www.facebook.com/CloudCannon"
}facebook = "CloudCannon"
facebook_username = "CloudCannon"
facebook_url = "https://www.facebook.com/CloudCannon"
social_handle: CloudCannon
_inputs:
social_handle:
type: facebook
{
"social_handle": "CloudCannon",
"_inputs": {
"social_handle": {
"type": "facebook"
}
}
}social_handle = "CloudCannon"
[_inputs.social_handle]
type = "facebook"
Twitter#
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*_twittertwitter_username*_twitter_usernametwitter_url*_twitter_url

twitter: CloudCannon
twitter_username: CloudCannon
twitter_url: https://twitter.com/@jekyllrb
{
"twitter": "CloudCannon",
"twitter_username": "CloudCannon",
"twitter_url": "https://twitter.com/@jekyllrb"
}twitter = "CloudCannon"
twitter_username = "CloudCannon"
twitter_url = "https://twitter.com/@jekyllrb"
social_handle: CloudCannon
_inputs:
social_handle:
type: twitter
{
"social_handle": "CloudCannon",
"_inputs": {
"social_handle": {
"type": "twitter"
}
}
}social_handle = "CloudCannon"
[_inputs.social_handle]
type = "twitter"
Instagram#
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*_instagraminstagram_username*_instagram_usernameinstagram_url*_instagram_url

instagram: purenewzealand
instagram_username: purenewzealand
instagram_url: https://www.instagram.com/purenewzealand/
{
"instagram": "purenewzealand",
"instagram_username": "purenewzealand",
"instagram_url": "https://www.instagram.com/purenewzealand/"
}instagram = "purenewzealand"
instagram_username = "purenewzealand"
instagram_url = "https://www.instagram.com/purenewzealand/"
social_handle: CloudCannon
_inputs:
social_handle:
type: instagram
{
"social_handle": "CloudCannon",
"_inputs": {
"social_handle": {
"type": "instagram"
}
}
}social_handle = "CloudCannon"
[_inputs.social_handle]
type = "instagram"
GitHub#
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*_githubgithub_username*_github_usernamegithub_url*_github_url

github: CloudCannon
github_username: CloudCannon
github_url: https://github.com/jekyll
docs_github_url: https://github.com/CloudCannon/Documentation
{
"github": "CloudCannon",
"github_username": "CloudCannon",
"github_url": "https://github.com/jekyll",
"docs_github_url": "https://github.com/CloudCannon/Documentation"
}github = "CloudCannon"
github_username = "CloudCannon"
github_url = "https://github.com/jekyll"
docs_github_url = "https://github.com/CloudCannon/Documentation"
social_handle: CloudCannon
_inputs:
social_handle:
type: github
{
"social_handle": "CloudCannon",
"_inputs": {
"social_handle": {
"type": "github"
}
}
}social_handle = "CloudCannon"
[_inputs.social_handle]
type = "github"
Pinterest#
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*_pinterestpinterest_username*_pinterest_usernamepinterest_url*_pinterest_url

pinterest: pinterest
default_pinterest: pinterest
pinterest_url: https://www.pinterest.com/pinterest/
{
"pinterest": "pinterest",
"default_pinterest": "pinterest",
"pinterest_url": "https://www.pinterest.com/pinterest/"
}pinterest = "pinterest"
default_pinterest = "pinterest"
pinterest_url = "https://www.pinterest.com/pinterest/"
social_handle: CloudCannon
_inputs:
social_handle:
type: pinterest
{
"social_handle": "CloudCannon",
"_inputs": {
"social_handle": {
"type": "pinterest"
}
}
}social_handle = "CloudCannon"
[_inputs.social_handle]
type = "pinterest"
Options#
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.
Valid values#
Documented below are the valid formats for facebook, twitter, instagram, github, and pinterest inputs.
The lists of examples are non-exhaustive.
Empty/null value:
social:
Any valid string (quoted or unquoted):
social: ""social: ''social: twitter.com/CloudCannonsocial: "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:
"social": null
Any valid string:
"social": """social": "twitter.com/CloudCannon""social": "https://twitter.com/CloudCannon"