You are here

media_entity_pinterest.schema.yml in Media entity Pinterest 8

Same filename and directory in other branches
  1. 8.2 config/schema/media_entity_pinterest.schema.yml
config/schema/media_entity_pinterest.schema.yml

File

config/schema/media_entity_pinterest.schema.yml
View source
  1. media_entity_pinterest.settings:
  2. type: config_object
  3. label: 'Media entity Pinterest settings'
  4. mapping:
  5. local_images:
  6. type: string
  7. label: 'Base folder for thumbnails'
  8. media_entity.bundle.type.pinterest:
  9. type: mapping
  10. label: 'Pinterest type configuration'
  11. mapping:
  12. source_field:
  13. type: string
  14. label: 'Field with embed code/URL'
  15. use_pinterest_api:
  16. type: boolean
  17. label: 'Whether to use Pinterest api or not'