You are here

feeds_tamper.schema.yml in Feeds Tamper 8.2

config/schema/feeds_tamper.schema.yml

File

config/schema/feeds_tamper.schema.yml
View source
  1. # Third party settings for feed type for Feeds Tamper.
  2. feeds.feed_type.*.third_party.feeds_tamper:
  3. type: mapping
  4. label: 'Feeds Tamper settings'
  5. mapping:
  6. tampers:
  7. type: sequence
  8. sequence:
  9. type: feeds_tamper.[plugin]
  10. # Feeds Tamper instance.
  11. feeds_tamper.*:
  12. type: tamper.[plugin]
  13. mapping:
  14. uuid:
  15. type: uuid
  16. plugin:
  17. type: string
  18. label: 'Tamper plugin ID'
  19. source:
  20. type: string
  21. label: 'Source field'
  22. weight:
  23. type: integer
  24. label: 'Weight'
  25. label:
  26. type: string
  27. label: 'Label'
  28. description:
  29. type: string
  30. label: 'Description'