diff --git a/app/templates/html/dummy/input_image.twig b/app/templates/html/dummy/input_image.twig index f4721897..ae843918 100644 --- a/app/templates/html/dummy/input_image.twig +++ b/app/templates/html/dummy/input_image.twig @@ -7,7 +7,7 @@ html_attributes: {}, field_id: "image1", attribute_value: { - image_url: "http://placehold.it/800x400", + image_url: "https://placehold.it/800x400", title: "An image of something", caption: "The image's caption", copyright: "© 2015 BerlinOnline", diff --git a/app/templates/html/dummy/input_imagelist.twig b/app/templates/html/dummy/input_imagelist.twig index c3854dbe..18b9ff6b 100644 --- a/app/templates/html/dummy/input_imagelist.twig +++ b/app/templates/html/dummy/input_imagelist.twig @@ -7,9 +7,9 @@ set samples = { grouped_base_path: 'some[images][3]', tabs_id: 'imagestabs4', image_id: 'item4', - thumb_url: "http://lorempixel.com/150/150/nature/4/", - preview_url: "http://lorempixel.com/400/400/nature/4/", - download_url: "http://lorempixel.com/400/400/nature/4/", + thumb_url: "https://placehold.it/150x150", + preview_url: "https://placehold.it/640x480", + download_url: "https://placehold.it/640x480", location: "400/400/nature/4/", filename: "nature.jpg", filesize: 123456, @@ -31,9 +31,9 @@ set samples = { grouped_base_path: 'some[images][2]', tabs_id: 'imagestabs3', image_id: 'item3', - thumb_url: "http://lorempixel.com/150/150/nature/3/", - preview_url: "http://lorempixel.com/400/400/nature/3/", - download_url: "http://lorempixel.com/400/400/nature/3/", + thumb_url: "https://placehold.it/150x150", + preview_url: "https://placehold.it/800x600", + download_url: "https://placehold.it/800x600", location: "400/400/nature/3/", filename: "asdfasdf.jpg", filesize: 54987, @@ -55,9 +55,9 @@ set samples = { grouped_base_path: 'some[images][1]', tabs_id: 'imagestabs2', image_id: 'item2', - thumb_url: "http://lorempixel.com/150/150/nature/2/", - preview_url: "http://lorempixel.com/400/400/nature/2/", - download_url: "http://lorempixel.com/400/400/nature/2/", + thumb_url: "https://placehold.it/150x150", + preview_url: "https://placehold.it/400x400", + download_url: "https://placehold.it/400x400", location: "400/400/nature/2/", filename: "another_nature_image.jpg", filesize: 167417, @@ -79,9 +79,9 @@ set samples = { grouped_base_path: 'some[images][0]', tabs_id: 'imagestabs1', image_id: 'item1', - thumb_url: "http://lorempixel.com/150/150/nature/1/", - preview_url: "http://lorempixel.com/400/400/nature/1/", - download_url: "http://lorempixel.com/400/400/nature/1/", + thumb_url: "https://placehold.it/150x150", + preview_url: "https://placehold.it/600x400", + download_url: "https://placehold.it/600x400", location: "400/400/nature/1/", filename: "nsdfature.jpg", filesize: 54326, @@ -112,7 +112,7 @@ set samples = { resource_type_prefix: "doc_type", resource_type_name: "docType", resource_identifier: "doc_type-457c7bd4-b3bf-4948-a4ed-ef9b9a9018b6-de_DE-1", - upload_url: "https://whitelabel-cms.local/de/honeybee-system_account-user/files/", + upload_url: "//de/honeybee-system_account-user/files/", disabled: '', required: '', readonly: '', @@ -214,7 +214,7 @@ set samples = { resource_type_prefix: "doc_type", resource_type_name: "docType", resource_identifier: "doc_type-457c7bd4-b3bf-4948-a4ed-ef9b9a9018b6-de_DE-1", - upload_url: "https://whitelabel-cms.local/de/honeybee-system_account-user/files/", + upload_url: "//de/honeybee-system_account-user/files/", disabled: '', required: '', readonly: '', diff --git a/app/templates/html/dummy/layout.twig b/app/templates/html/dummy/layout.twig index c5d1f1a1..87f82648 100644 --- a/app/templates/html/dummy/layout.twig +++ b/app/templates/html/dummy/layout.twig @@ -66,7 +66,7 @@