Child pages
  • Specification (.spec file)

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added mode property on tags, that allows us to specify what ocmponent should values type property inherit

...

Code Block
languagejs
"someTextProperties": { "type": "string", 
						"tags": { "scope": "design", "mode": "typeahead" },
                        "values": [ {"off", "Predefined Text 1": "sample text 1" }, { "Predefined Text 2": "sample text 2" } shipping", "billing", "phone", "address"]
                      }

Default / Initial / Predefined values

...