This repository was archived by the owner on Nov 21, 2023. It is now read-only.
File tree 5 files changed +9
-9
lines changed
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'
4
4
import { title } from '../fields/title.js'
5
5
import { description } from '../fields/description.js'
6
6
import { press } from '../fields/press.js'
7
- import { publications_concerned } from '../fields/publications_concerned .js'
7
+ import { publications_persons } from '../fields/publications_persons .js'
8
8
import { featured_image } from '../fields/featured-image.js'
9
9
import { images } from '../fields/images.js'
10
10
import { body } from '../fields/body.js'
@@ -32,7 +32,7 @@ const publications = {
32
32
isNotIndex ,
33
33
draft ,
34
34
date ,
35
- publications_concerned ,
35
+ publications_persons ,
36
36
title ,
37
37
description ,
38
38
press ,
Original file line number Diff line number Diff line change 1
1
import { t } from "../i18n/translater.js" ;
2
2
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 ,
7
7
widget : 'relation' ,
8
8
collection : 'persons' ,
9
9
search_fields : [ 'title' ] ,
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ export const fields = {
260
260
projects_tags : "Tags" ,
261
261
projects_types : "Types" ,
262
262
publications : "Publications" ,
263
- publications_concerned : {
263
+ publications_persons : {
264
264
label : "Persons concerned?" ,
265
265
hint : "Several persons possible"
266
266
} ,
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ export const fields = {
259
259
projects_tags : "Tags" ,
260
260
projects_types : "Types" ,
261
261
publications : "Parutions" ,
262
- publications_concerned : {
262
+ publications_persons : {
263
263
label : "Personnes concernées ?" ,
264
264
hint : "Plusieurs personnes possible"
265
265
} ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hugolify-netlify-cms" ,
3
- "version" : " 1.7 .0" ,
3
+ "version" : " 1.8 .0" ,
4
4
"homepage" : " https://www.hugolify.io" ,
5
5
"repository" : " https://github.com/hugolify/hugolify-netlify-cms" ,
6
6
"bugs" : {
You can’t perform that action at this time.
0 commit comments