Skip to content

Commit

Permalink
Add post_date, post_modified and author_name fields #45
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Jul 12, 2021
1 parent 9c7ab9d commit 598062f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion blocks/oik-fields/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* - Not yet aware of the Fields associated with a CPT
* - Does not require fields to be exposed in the REST API
*
* @copyright (C) Copyright Bobbing Wide 2018-2020
* @copyright (C) Copyright Bobbing Wide 2018-2021
* @author Herb Miller @bobbingwide
*/
//import './style.scss';
Expand Down Expand Up @@ -51,6 +51,10 @@ const fieldsOptions =
"thumbnail": "Thumbnail",
"googlemap": "Google Maps Map",
"template": "Page template name",
"post_date": "Post date",
"post_modified": "Post modified date",
//"author": "Author",
"author_name": "Author name"
};
//import portOptions from './tidetimes-co-uk.js';

Expand Down

0 comments on commit 598062f

Please sign in to comment.