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
facebook: CloudCannon
facebook_username: CloudCannon
facebook_url: 'https://www.facebook.com/CloudCannon'
social_handle: CloudCannon
_inputs:
social_handle:
type: facebook
facebook = "CloudCannon"
facebook_username = "CloudCannon"
facebook_url = "https://www.facebook.com/CloudCannon"
social_handle = "CloudCannon"
[_inputs.social_handle]
type = "facebook"
{
"facebook": "CloudCannon",
"facebook_username": "CloudCannon",
"facebook_url": "https://www.facebook.com/CloudCannon"
}
{
"social_handle": "CloudCannon",
"_inputs": {
"social_handle": {
"type": "facebook"
}
}
}
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
twitter: CloudCannon
twitter_username: CloudCannon
twitter_url: 'https://twitter.com/@jekyllrb'
social_handle: CloudCannon
_inputs:
social_handle:
type: twitter
twitter = "CloudCannon"
twitter_username = "CloudCannon"
twitter_url = "https://twitter.com/@jekyllrb"
social_handle = "CloudCannon"
[_inputs.social_handle]
type = "twitter"
{
"twitter": "CloudCannon",
"twitter_username": "CloudCannon",
"twitter_url": "https://twitter.com/@jekyllrb"
}
{
"social_handle": "CloudCannon",
"_inputs": {
"social_handle": {
"type": "twitter"
}
}
}
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
instagram: purenewzealand
instagram_username: purenewzealand
instagram_url: 'https://www.instagram.com/purenewzealand/'
social_handle: CloudCannon
_inputs:
social_handle:
type: instagram
instagram = "purenewzealand"
instagram_username = "purenewzealand"
instagram_url = "https://www.instagram.com/purenewzealand/"
social_handle = "CloudCannon"
[_inputs.social_handle]
type = "instagram"
{
"instagram": "purenewzealand",
"instagram_username": "purenewzealand",
"instagram_url": "https://www.instagram.com/purenewzealand/"
}
{
"social_handle": "CloudCannon",
"_inputs": {
"social_handle": {
"type": "instagram"
}
}
}
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
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
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"
{
"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"
}
}
}
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
pinterest: pinterest
default_pinterest: pinterest
pinterest_url: 'https://www.pinterest.com/pinterest/'
social_handle: CloudCannon
_inputs:
social_handle:
type: pinterest
pinterest = "pinterest"
default_pinterest = "pinterest"
pinterest_url = "https://www.pinterest.com/pinterest/"
social_handle = "CloudCannon"
[_inputs.social_handle]
type = "pinterest"
{
"pinterest": "pinterest",
"default_pinterest": "pinterest",
"pinterest_url": "https://www.pinterest.com/pinterest/"
}
{
"social_handle": "CloudCannon",
"_inputs": {
"social_handle": {
"type": "pinterest"
}
}
}
Social inputs have the following available options:
empty_type
- string
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.