Skip to content

Instantly share code, notes, and snippets.

@dovy
Last active December 26, 2015 09:28
Show Gist options
  • Save dovy/7129299 to your computer and use it in GitHub Desktop.
Save dovy/7129299 to your computer and use it in GitHub Desktop.
<?php
return array(
'field'=>'typography',
'font-family'=>array(
'type'=>'boolean',
'desc'=>'Visibility of the font-family value.',
'default' => true
),
'font-size'=>array(
'type'=>'boolean',
'desc'=>'Visibility of the font-size value.',
'default' => true
),
'font-weight'=>array(
'type'=>'boolean',
'desc'=>'Visibility of the font-weight values.',
'default' => true
),
'font-style'=>array(
'type'=>'boolean',
'desc'=>'Visibility of the font-style values.',
'default' => true
),
'color'=>array(
'type'=>'boolean',
'desc'=>'Visibility of the color value.',
'default' => true
),
'preview'=>array(
'type'=>'boolean',
'desc'=>'Visibility of the preview panel.',
'default' => true
),
'line-height'=>array(
'type'=>'boolean',
'desc'=>'Visibility of the line-height value.',
'default' => true
),
'letter-spacing'=>array(
'type'=>'boolean',
'desc'=>'Visibility of the letter-spacing value.',
'default' => false
),
'word-spacing'=>array(
'type'=>'boolean',
'desc'=>'Visibility of the word-spacing value.',
'default' => false
),
'font-backup'=>array(
'type'=>'boolean',
'desc'=>'Visibility of the font-backup value.',
'default' => false
),
'subsets'=>array(
'type'=>'boolean',
'desc'=>'Visibility for the font-subsets for Google Webfonts.',
'default' => true
),
'google'=> array(
'type'=>'boolean',
'desc'=>'Enable the using of Google Fonts if the args["google_api_key"] value is set.',
'default'=>true
)
'options'=>array(
'type'=>'array',
'desc'=>'',
),
'output'=>array(
'type'=>'array',
'desc'=>'CSS selector IDs to dynamically output the CSS to the header.'
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment