Skip to content

Commit

Permalink
fix dummy theme preview templates, refs #26
Browse files Browse the repository at this point in the history
  • Loading branch information
graste committed Aug 18, 2016
1 parent e8c9a40 commit b158943
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion app/templates/html/dummy/input_image.twig
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
28 changes: 14 additions & 14 deletions app/templates/html/dummy/input_imagelist.twig
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -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: '',
Expand Down Expand Up @@ -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: '',
Expand Down
2 changes: 1 addition & 1 deletion app/templates/html/dummy/layout.twig
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

<h2>Stacked</h2>

<div class="hb-tabs hb-tabs--stack jsb_ jsb_Honeybee_Core/ui/Tabs">
<div class="hb-tabs hb-tabs--stack jsb_ jsb_Honeybee_Core/ui/TwoTabsOnOnePageDoesntWorkAtTheMomentBecauseOfFragmentIdEndlessLoop">
<div class="hb-tabs__header">
<ul class="hb-tabs__toggles">
<li class="hb-tabs__toggle"><label for="1361196304-main" class="">Main</label></li>
Expand Down

0 comments on commit b158943

Please sign in to comment.