X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fvideo_embed_field%2Fconfig%2Fschema%2Fvideo_embed_field.schema.yml;fp=web%2Fmodules%2Fcontrib%2Fvideo_embed_field%2Fconfig%2Fschema%2Fvideo_embed_field.schema.yml;h=9945c33c9290a4736156f25dfd4f08c224ae6f2d;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/modules/contrib/video_embed_field/config/schema/video_embed_field.schema.yml b/web/modules/contrib/video_embed_field/config/schema/video_embed_field.schema.yml new file mode 100644 index 000000000..9945c33c9 --- /dev/null +++ b/web/modules/contrib/video_embed_field/config/schema/video_embed_field.schema.yml @@ -0,0 +1,70 @@ +field.formatter.settings.video_embed_field_thumbnail: + type: mapping + label: 'Thumbnail formatter settings.' + mapping: + image_style: + type: string + label: 'Image Style' + link_image_to: + type: string + label: 'Link image to' + +field.formatter.settings.video_embed_field_video: + type: mapping + label: 'Video formatter settings.' + mapping: + autoplay: + type: boolean + label: 'Autoplay' + responsive: + type: boolean + label: 'Responsive' + width: + type: integer + label: 'Width' + height: + type: integer + label: 'Height' + +field.formatter.settings.video_embed_field_colorbox: + type: mapping + label: 'Colorbox formatter settings.' + mapping: + autoplay: + type: boolean + label: 'Autoplay' + responsive: + type: boolean + label: 'Responsive' + width: + type: integer + label: 'Width' + height: + type: integer + label: 'Height' + image_style: + type: string + label: 'Image Style' + link_image_to: + type: string + label: 'Link image to' + modal_max_width: + type: integer + label: 'Modal max width' + +field.field_settings.video_embed_field: + type: mapping + label: 'Video field settings.' + mapping: + allowed_providers: + type: sequence + label: 'Allowed Providers' + sequence: + type: string + +field.value.video_embed_field: + type: mapping + mapping: + value: + type: string + label: 'Video URL'