Skip to content

Commit

Permalink
Added subhead custom field for DEK
Browse files Browse the repository at this point in the history
  • Loading branch information
Pea Lutz committed Jan 7, 2017
1 parent fa4813f commit b0dc861
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions includes/class-tni-core-custom-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,16 @@ public function register_field_groups() {
'id' => 'acf_essay',
'title' => __( 'Featured Content', 'tni' ),
'fields' => array (
array (
'key' => 'field_582932fpea002',
'label' => __( 'DEK (Subhead)', 'tni-core' ),
'name' => 'post_subhead',
'type' => 'wysiwyg',
'instructions' => __( 'Text that appears below article title.', 'tni-core' ),
'default_value' => '',
'toolbar' => 'full',
'media_upload' => 'yes',
),
array (
'key' => 'field_582932fcbf795',
'label' => __( 'Featured Text', 'tni-core' ),
Expand Down

0 comments on commit b0dc861

Please sign in to comment.