You are here

pdb_vue.schema.yml in Decoupled Blocks: Vue.js 8

config/schema/pdb_vue.schema.yml

File

config/schema/pdb_vue.schema.yml
View source
  1. pdb_vue.settings:
  2. type: config_object
  3. label: 'PDB Vue settings'
  4. mapping:
  5. version:
  6. type: string
  7. label: 'Vue Version'
  8. development_mode:
  9. type: boolean
  10. label: 'Toggle the development mode on and off'
  11. use_spa:
  12. type: boolean
  13. label: 'Toggle on to turn the entire page into a Vue instance'
  14. spa_element:
  15. type: string
  16. label: 'The css element that will be used to create a global Vue instance'
  17. block.settings.vue_component:*:
  18. type: ignore