WiP Added field to input form.

This commit is contained in:
Naida Vatric
2020-02-06 01:57:29 +01:00
parent 6429bb30c2
commit 05062201bf
4 changed files with 293 additions and 9 deletions

View File

@@ -50,7 +50,7 @@ const BASIC_BOOLEAN_PUBLISH = [
}
];
const BASIC_INPUT_PUBLISH_NO = [
const BASIC_INPUT_PUBLISH = [
{
dbField: "price",
title: "Cijena (KM)",
@@ -111,10 +111,7 @@ const BASIC_INPUT_PUBLISH_NO = [
AD_CATEGORY.APARTMENT,
AD_CATEGORY.OFFICE
]
}
];
const BASIC_INPUT_PUBLISH = [
},
{
dbField: "title",
title: "Naslov",
@@ -477,7 +474,6 @@ const ADDITIONAL_SEGMENT_PUBLISH = [
module.exports = {
BASIC_INPUT_PUBLISH,
BASIC_INPUT_PUBLISH_NO,
BASIC_SEGMENT_PUBLISH,
BASIC_BOOLEAN_PUBLISH,
ADDITIONAL_BOOLEAN_PUBLISH,