You are here

mathjax.schema.yml in MathJax: LaTeX for Drupal 8.2

Same filename and directory in other branches
  1. 3.0.x config/schema/mathjax.schema.yml
config/schema/mathjax.schema.yml

File

config/schema/mathjax.schema.yml
View source
  1. mathjax.settings:
  2. label: 'Mathjax settings'
  3. type: config_object
  4. mapping:
  5. use_cdn:
  6. type: integer
  7. label: 'Use a CDN'
  8. cdn_url:
  9. type: string
  10. label: 'CDN URL'
  11. config_type:
  12. type: integer
  13. label: 'Configuration type'
  14. default_config_string:
  15. type: string
  16. label: 'Default configuration'
  17. config_string:
  18. type: string
  19. label: 'Current configuration'
  20. enable_for_admin:
  21. type: integer
  22. label: 'Enable on admin pages'