| 12345678910111213141516171819202122232425262728293031323334353637 | name: Problemsversion: 1.4.7description: Detects and reports problems found in the site.icon: exclamation-circleauthor:  name: Team Grav  email: [email protected]  url: http://getgrav.orghomepage: https://github.com/getgrav/grav-plugin-problemskeywords: problems, plugin, detector, assistant, requiredbugs: https://github.com/getgrav/grav-plugin-problems/issueslicense: MITform:  validation: strict  fields:    enabled:      type: toggle      label: PLUGIN_ADMIN.PLUGIN_STATUS      highlight: 1      default: 0      options:        1: PLUGIN_ADMIN.ENABLED        0: PLUGIN_ADMIN.DISABLED      validate:        type: bool    built_in_css:      type: toggle      label: Use built in CSS      highlight: 1      default: 1      options:        1: PLUGIN_ADMIN.ENABLED        0: PLUGIN_ADMIN.DISABLED      validate:        type: bool
 |