generate.metatag.tag.yml 1.6 KB

12345678910111213141516171819202122232425262728293031
  1. description: Generate a meta tag.
  2. help: The <info>generate:plugin:metatag:tag</info> command helps generate a new meta tag for use with the Metatag module.
  3. welcome: Welcome to the Metatag tag generator
  4. options:
  5. base_class: The base meta tag class to use.
  6. module: common.options.module
  7. name: Meta tag's HTML "name".
  8. label: The user-friendly name for this meta tag.
  9. description: A long explanation of this meta tag.
  10. plugin_id: Internal (machine) name for the meta tag.
  11. class_name: Internal camel-case version of the meta tag's name.
  12. group: The meta tag's group.
  13. weight: The sort order for this meta tag.
  14. type: Type of the data included in this meta tag value.
  15. secure: Whether this meta tag requires URLs be secure.
  16. multiple: Whether this meta tag allows multiple values.
  17. absolute_url: Whether this meta tag requires absolute URLs.
  18. questions:
  19. base_class: Enter the base class to use
  20. module: common.questions.module
  21. name: Enter the meta tag's formal name, e.g. for the Open Graph "Title" tag use "og:title"
  22. label: Enter a user-friendly version of the meta tag's name
  23. description: Enter a longer explanation of what the meta tag is and how to use it
  24. plugin_id: Enter the internal (machine) name for the meta tag plugin
  25. class_name: Enter a camel-case version of the meta tag's name
  26. group: Select the group the meta tag will use
  27. weight: Enter the sort order for the meta tag
  28. type: Which value type does this meta tag allow?
  29. secure: Must this meta tag for URLs be secure?
  30. multiple: Does this meta tag will allow multiple values?
  31. absolute_url: Does this meta tag require absolute URLs to work?