Skip to content

Commit

Permalink
Change override date's label
Browse files Browse the repository at this point in the history
  • Loading branch information
rcantin-w committed Nov 20, 2024
1 parent 558c1e7 commit ba98c93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion common/customtypes/articles/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@
"Overrides": {
"publishDate": {
"config": {
"label": "Override publish date rendering. This will not affect ordering"
"label": "Override pub. date in UI+ContentAPI",
"placeholder": ""
},
"type": "Timestamp"
}
Expand Down
2 changes: 1 addition & 1 deletion common/prismicio-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ interface ArticlesDocumentData {
* - **Documentation**: https://prismic.io/docs/field#group
*/
parents: prismic.GroupField<Simplify<ArticlesDocumentDataParentsItem>> /**
* Override publish date rendering. This will not affect ordering field in *Story*
* Override pub. date in UI+ContentAPI field in *Story*
*
* - **Field Type**: Timestamp
* - **Placeholder**: *None*
Expand Down

0 comments on commit ba98c93

Please sign in to comment.