Jump to content

Title of custom field form builder


Daniel Schmitz

Recommended Posts

Hi,

 

 

I am using form builder custom fields for the first time now and (I guess it is stupid) cannot get the title to be changed. I use one of the presets and add my values. Pls check image.

 

Title "ingredients" is still visible and I don't know how to change.

For example code for upper one is:

{

    "title": "Recipe",
    "type": "object",
    "properties": {
        "Medikation": {
            "type": "array",
            "format": "table",
            "title": "Medikation",
            "items": {
                "type": "object",
                "title": "Präparat",
                "properties": {
                    "quantity": {
                        "title": "Menge",
                        "type": "string",
                        "options": {
                            "input_width": "5em"
                        }
                    },
                    "unit": {
                        "title": "Dosierung",
                        "type": "string",
                        "options": {
                            "input_width": "10em"
                        }
                    },
                    "description": {
                        "title": "Beschreibung",
                        "type": "string"
                    }
                }
            }
        }
    }
}
 
.....no "Ingredients" in there. How can I change it?
Regards,
Daniel

post-19706-0-69992300-1521488911_thumb.jpg

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...