This repository was archived by the owner on Nov 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
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 { concerned } from '../fields/concerned .js'
7+ import { publications_concerned } from '../fields/publications_concerned .js'
88import { featured_image } from '../fields/featured-image.js'
99import { images } from '../fields/images.js'
1010import { body } from '../fields/body.js'
@@ -30,7 +30,7 @@ const publications = {
3030 isNotIndex ,
3131 draft ,
3232 date ,
33- concerned ,
33+ publications_concerned ,
3434 title ,
3535 description ,
3636 press ,
Original file line number Diff line number Diff line change 1- export const concerned = {
2- name : 'concerned ' ,
1+ export const publications_concerned = {
2+ name : 'publications_concerned ' ,
33 label : 'Personnes concernées ?' ,
44 hint : 'Plusieurs personnes possible' ,
55 widget : 'relation' ,
Original file line number Diff line number Diff line change 11{
22 "name" : " hugolify-netlify-cms" ,
3- "version" : " 1.2.5 " ,
3+ "version" : " 1.2.6 " ,
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