account-raw.yaml 329 B

12345678910111213141516
  1. title: User
  2. form:
  3. fields:
  4. raw:
  5. type: editor
  6. label: Raw
  7. autofocus: true
  8. codemirror:
  9. mode: 'yaml'
  10. indentUnit: 4
  11. autofocus: true
  12. indentWithTabs: false
  13. lineNumbers: true
  14. styleActiveLine: true
  15. gutters: ['CodeMirror-lint-markers']
  16. lint: true