linkit_test.schema.yml 461 B

12345678910111213141516
  1. # Schema for the configuration files of the Linkit test module.
  2. # Plugin \Drupal\linkit_test\Plugin\Linkit\Attribute\ConfigurableDummyAttribute
  3. linkit.attribute.configurable_dummy_attribute:
  4. type: linkit.attribute
  5. mapping:
  6. dummy_setting:
  7. type: boolean
  8. # Plugin \Drupal\linkit_test\Plugin\Linkit\Matcher\ConfigurableDummyMatcher
  9. linkit.matcher.configurable_dummy_matcher:
  10. type: linkit.matcher
  11. mapping:
  12. dummy_setting:
  13. type: boolean