Ok, thx
There is always room for improvement then
I am used to working with an other designer.
It had a simple textfield where you could place a json object
JavaScript May 14, 2011 By Sam Deering
Example Customer Form JSON File
This is an example of a Customer Form JSON file which you might see used to store configuration settings to setup your system. It might also be used to contain record information which can be easily shared across components using the simple JSON format.
Also: See more JSON examples.
Customer
{
"firstName": "John",
"lastName": "Smith",
"age": 25,
"address":
{
"streetAddress": "21 2nd Street",
"city": "New York",
"state": "NY",
"postalCode": "10021"
},
"phoneNumber":
[
{
"type": "home",
"number": "212 555-1234"
},
{
"type": "fax",
"number": "646 555-4567"
}
]
Then one can place something like <<customer.name> in the designer.
In the preview this would be filled in with the json data.
Thank anyway.
Best regards and keep safe.
Who needs a nickname, be yourself. Well most of the time...