The goal of this request is to extract and save a value type and export it later in the same way.
Imported YAML:
> js:
> datepicker:
> firstDay: 1
> isRTL: false
Exported YAML:
> js:
> datepicker:
> firstDay: '1' -> should be 1
> isRTL: 'false' -> should be false
Possible types:
• String
• Array
• Boolean
• Markdown
• Number