blueprints.yaml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. name: LangSwitcher
  2. version: 1.4.0
  3. description: LangSwitcher is a [Grav](http://github.com/getgrav/grav) plugin that provides native language text links to switch between [multiple languages](http://learn.getgrav.org/content/multi-language) in Grav **v0.9.30** or greater.
  4. icon: globe
  5. author:
  6. name: Team Grav
  7. email: devs@getgrav.org
  8. url: http://getgrav.org
  9. homepage: https://github.com/getgrav/grav-plugin-langswitcher
  10. keywords: mulitlang, multilanguage, translation, switcher
  11. bugs: https://github.com/getgrav/grav-plugin-langswitcher/issues
  12. license: MIT
  13. form:
  14. validation: strict
  15. fields:
  16. enabled:
  17. type: toggle
  18. label: Plugin status
  19. highlight: 1
  20. default: 1
  21. options:
  22. 1: Enabled
  23. 0: Disabled
  24. validate:
  25. type: bool
  26. built_in_css:
  27. type: toggle
  28. label: Use built in CSS
  29. highlight: 1
  30. default: 1
  31. options:
  32. 1: Enabled
  33. 0: Disabled
  34. validate:
  35. type: bool
  36. untranslated_pages_behavior:
  37. type: select
  38. label: Untranslated pages behavior
  39. help: Determine what to do with a language link when the current page doesn't exist in that language or it exists but it's not published.
  40. default: none
  41. options:
  42. none: Show language (default)
  43. redirect: Show language, link to home route
  44. hide: Hide language