This repository was archived by the owner on Nov 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { date } from '../fields/date.js'
44import { title } from '../fields/title.js'
55import { description } from '../fields/description.js'
66import { press } from '../fields/press.js'
7- import { publications_concerned } from '../fields/publications_concerned .js'
7+ import { publications_persons } from '../fields/publications_persons .js'
88import { featured_image } from '../fields/featured-image.js'
99import { images } from '../fields/images.js'
1010import { body } from '../fields/body.js'
@@ -32,7 +32,7 @@ const publications = {
3232 isNotIndex ,
3333 draft ,
3434 date ,
35- publications_concerned ,
35+ publications_persons ,
3636 title ,
3737 description ,
3838 press ,
Original file line number Diff line number Diff line change 11import { t } from "../i18n/translater.js" ;
22
3- export const publications_concerned = {
4- name : 'publications_concerned ' ,
5- label : t . fields . publications_concerned . label ,
6- hint : t . fields . publications_concerned . hint ,
3+ export const publications_persons = {
4+ name : 'publications_persons ' ,
5+ label : t . fields . publications_persons . label ,
6+ hint : t . fields . publications_persons . hint ,
77 widget : 'relation' ,
88 collection : 'persons' ,
99 search_fields : [ 'title' ] ,
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ export const fields = {
260260 projects_tags : "Tags" ,
261261 projects_types : "Types" ,
262262 publications : "Publications" ,
263- publications_concerned : {
263+ publications_persons : {
264264 label : "Persons concerned?" ,
265265 hint : "Several persons possible"
266266 } ,
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ export const fields = {
259259 projects_tags : "Tags" ,
260260 projects_types : "Types" ,
261261 publications : "Parutions" ,
262- publications_concerned : {
262+ publications_persons : {
263263 label : "Personnes concernées ?" ,
264264 hint : "Plusieurs personnes possible"
265265 } ,
Original file line number Diff line number Diff line change 11{
22 "name" : " hugolify-netlify-cms" ,
3- "version" : " 1.7 .0" ,
3+ "version" : " 1.8 .0" ,
44 "homepage" : " https://www.hugolify.io" ,
55 "repository" : " https://github.com/hugolify/hugolify-netlify-cms" ,
66 "bugs" : {
You can’t perform that action at this time.
0 commit comments