Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
cleaned up field names
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Aug 7, 2015
1 parent 06ee405 commit f31c788
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions acf-export.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'title' => 'Person',
'fields' => array (
array (
'key' => 'field_55a6595eba964',
'key' => 'field_first_name',
'label' => 'First Name',
'name' => 'first_name',
'type' => 'text',
Expand All @@ -19,7 +19,7 @@
'maxlength' => '',
),
array (
'key' => 'field_55a6596c4a44d',
'key' => 'field_middle_name',
'label' => 'Middle Name',
'name' => 'middle_name',
'type' => 'text',
Expand All @@ -31,7 +31,7 @@
'maxlength' => '',
),
array (
'key' => 'field_55a65973063d2',
'key' => 'field_last_name',
'label' => 'Last Name',
'name' => 'last_name',
'type' => 'text',
Expand All @@ -44,7 +44,7 @@
'maxlength' => '',
),
array (
'key' => 'field_55a65979063d3',
'key' => 'field_title',
'label' => 'Title',
'name' => 'title',
'type' => 'text',
Expand All @@ -56,7 +56,7 @@
'maxlength' => '',
),
array (
'key' => 'field_55a659a4063d4',
'key' => 'field_about',
'label' => 'About',
'name' => 'about',
'type' => 'wysiwyg',
Expand All @@ -65,15 +65,15 @@
'media_upload' => 'yes',
),
array (
'key' => 'field_55a659aa063d5',
'key' => 'field_file',
'label' => 'File',
'name' => 'file',
'type' => 'file',
'save_format' => 'object',
'library' => 'all',
),
array (
'key' => 'field_55a659b1063d6',
'key' => 'field_email',
'label' => 'Email',
'name' => 'email',
'type' => 'email',
Expand All @@ -83,7 +83,7 @@
'append' => '',
),
array (
'key' => 'field_55a659c4063d7',
'key' => 'field_phone',
'label' => 'Phone',
'name' => 'phone',
'type' => 'text',
Expand All @@ -95,7 +95,7 @@
'maxlength' => '',
),
array (
'key' => 'field_55a659ca063d8',
'key' => 'field_phone_(alternate)',
'label' => 'Phone (alternate)',
'name' => 'phone_(alternate)',
'type' => 'text',
Expand All @@ -107,7 +107,7 @@
'maxlength' => '',
),
array (
'key' => 'field_55a659d2063d9',
'key' => 'field_fax',
'label' => 'Fax',
'name' => 'fax',
'type' => 'text',
Expand All @@ -119,7 +119,7 @@
'maxlength' => '',
),
array (
'key' => 'field_55a659de063da',
'key' => 'field_mailing_address',
'label' => 'Mailing Address',
'name' => 'mailing_address',
'type' => 'text',
Expand All @@ -131,7 +131,7 @@
'maxlength' => '',
),
array (
'key' => 'field_55a659ee063db',
'key' => 'field_office_location',
'label' => 'Office Location',
'name' => 'office_location',
'type' => 'text',
Expand All @@ -143,7 +143,7 @@
'maxlength' => '',
),
array (
'key' => 'field_55a659f7063dc',
'key' => 'field_office_hours',
'label' => 'Office Hours',
'name' => 'office_hours',
'type' => 'text',
Expand All @@ -155,7 +155,7 @@
'maxlength' => '',
),
array (
'key' => 'field_55a659ff063dd',
'key' => 'field_courses',
'label' => 'Courses',
'name' => 'courses',
'type' => 'text',
Expand Down

0 comments on commit f31c788

Please sign in to comment.