12-08-2008, 08:59 PM
[eluser]Majd Taby[/eluser]
YAML is a markup language (Yet Another Markup Language), and it uses whitespace to define scope and context.
Try changing your definition to:
Note that you must use spaces, not tabs.
YAML is a markup language (Yet Another Markup Language), and it uses whitespace to define scope and context.
Try changing your definition to:
Code:
primary_id: ad_id
form_setup:
ad_id:
class: TextBox
Note that you must use spaces, not tabs.