@@ -64,7 +64,12 @@ export const fields = {
6464 cta_second : "Secondary button" ,
6565 darken : "Darken image" ,
6666 datas : "Datas" ,
67- date : "Publication date" ,
67+ date : {
68+ from : "From" ,
69+ publish : "Publication date" ,
70+ title : "Date" ,
71+ to : "To"
72+ } ,
6873 description : "Description" ,
6974 direction : {
7075 label : "Direction" ,
@@ -80,6 +85,7 @@ export const fields = {
8085 expertises_items : "Expertises" ,
8186 featured_image : "Featured image" ,
8287 figure : "Image with legend" ,
88+ files : "Files" ,
8389 gallery : "Image gallery" ,
8490 grid : {
8591 label : "Width on grid" ,
@@ -145,6 +151,7 @@ export const fields = {
145151 label : "Icon" ,
146152 hint : "Name of the icon, doc : https://fonts.google.com/icons?icon.set=Material+Icons"
147153 } ,
154+ offer : "Offer" ,
148155 offset : {
149156 label : "Offset" ,
150157 options : {
@@ -166,6 +173,11 @@ export const fields = {
166173 posts : "News" ,
167174 prefix : "Prefix" ,
168175 press : "Article source" ,
176+ price : {
177+ label : "Price" ,
178+ hint : "ex: 300000 (for 300 000 €)" ,
179+ sold : "Sold price"
180+ } ,
169181 projects : "Projects" ,
170182 projects_tags : "Tags" ,
171183 projects_types : "Types" ,
@@ -181,13 +193,15 @@ export const fields = {
181193 } ,
182194 realestates_sellers : "Seller" ,
183195 realestates_types : "Type of property" ,
196+ reference : "Reference" ,
184197 section : "Type of section" ,
185198 show_color : {
186199 label : "Display colors on gauge?" ,
187200 hint : "Color in red, yellow or green in function of value (if gauge checked)"
188201 } ,
189202 show_gauge : "Display a progress gauge?" ,
190203 show_more : "Display a button to discover more elements?" ,
204+ sold : "Sold?" ,
191205 state : {
192206 label : "State" ,
193207 options : {
0 commit comments