Skip to content

Commit

Permalink
Media timeline, remove restriction on the number of images, videos an…
Browse files Browse the repository at this point in the history
…d audio items

 - Was limited to 12 each
  • Loading branch information
torinfo committed May 14, 2024
1 parent 8836fa7 commit cfe7f1f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@
<endDate label="Date" type="dateField" defaultValue="" optional="true"/>
<endTime label="Time (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
</TimeLineEndDate>
</timeLineText><timelineimage menuItem="Image Item" icon="icPageWhite" max="12" remove="true">
</timeLineText><timelineimage menuItem="Image Item" icon="icImage" remove="true">
<date label="Date" type="dateField" defaultValue=""/>
<time label="Start Time (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
<name label="Title" type="TextInput" wysiwyg="true"/>
Expand All @@ -616,7 +616,7 @@
<endDate label="Date" type="dateField" defaultValue="" optional="true"/>
<endTime label="Time (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
</TimeLineEndDate>
</timelineimage><timelinevideo menuItem="Video Item" icon="icPageWhite" max="12" remove="true">
</timelineimage><timelinevideo menuItem="Video Item" icon="icPageWhiteFilm" remove="true">
<date label="Date" type="dateField" defaultValue=""/>
<time label="Start Time (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
<name label="Title" type="TextInput" wysiwyg="true"/>
Expand All @@ -625,7 +625,7 @@
<endDate label="Date" type="dateField" defaultValue="" optional="true"/>
<endTime label="Time (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
</TimeLineEndDate>
</timelinevideo><timeLineAudio menuItem="Audio Item" icon="icPageWhite" max="12" remove="true">
</timelinevideo><timeLineAudio menuItem="Audio Item" icon="icSound" remove="true">
<date label="Date" type="dateField" defaultValue=""/>
<time label="Start Time (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
<name label="Title" type="TextInput" wysiwyg="true"/>
Expand Down
8 changes: 4 additions & 4 deletions src/Nottingham/wizards/en-GB/SictTimeline.xwd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</newNodes>
</SictTimeline>

<!-- <timelinedate menuItem="Item" icon="icPageWhite" max="12" remove="true">
<!-- <timelinedate menuItem="Item" icon="icPageWhite" remove="true">
<date label="Date" type="dateField" defaultValue="" />
<name label="Name" type="TextInput" wysiwyg="true"/>
<text label="Description" type="TextArea" height="100"/>
Expand All @@ -43,7 +43,7 @@
</TimeLineEndDate>
</timeLineText>

<timelineimage menuItem="Image Item" icon="icPageWhite" max="12" remove="true">
<timelineimage menuItem="Image Item" icon="icImage" remove="true">
<date label="Date" type="dateField" defaultValue="" />
<time label="Start Time (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
<name label="Title" type="TextInput" wysiwyg="true"/>
Expand All @@ -58,7 +58,7 @@
</TimeLineEndDate>
</timelineimage>

<timelinevideo menuItem="Video Item" icon="icPageWhite" max="12" remove="true">
<timelinevideo menuItem="Video Item" icon="icPageWhiteFilm" remove="true">
<date label="Date" type="dateField" defaultValue=""/>
<time label="Start Time (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
<name label="Title" type="TextInput" wysiwyg="true"/>
Expand All @@ -69,7 +69,7 @@
</TimeLineEndDate>
</timelinevideo>

<timeLineAudio menuItem="Audio Item" icon="icPageWhite" max="12" remove="true">
<timeLineAudio menuItem="Audio Item" icon="icSound" remove="true">
<date label="Date" type="dateField" defaultValue=""/>
<time label="Start Time (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
<name label="Title" type="TextInput" wysiwyg="true"/>
Expand Down
6 changes: 3 additions & 3 deletions src/Nottingham/wizards/en-GB/template.xwd
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@
<endDate label="Date" type="dateField" defaultValue="" optional="true"/>
<endTime label="Time (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
</TimeLineEndDate>
</timeLineText><timelineimage menuItem="Image Item" icon="icPageWhite" max="12" remove="true">
</timeLineText><timelineimage menuItem="Image Item" icon="icImage" remove="true">
<date label="Date" type="dateField" defaultValue=""/>
<time label="Start Time (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
<name label="Title" type="TextInput" wysiwyg="true"/>
Expand All @@ -616,7 +616,7 @@
<endDate label="Date" type="dateField" defaultValue="" optional="true"/>
<endTime label="Time (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
</TimeLineEndDate>
</timelineimage><timelinevideo menuItem="Video Item" icon="icPageWhite" max="12" remove="true">
</timelineimage><timelinevideo menuItem="Video Item" icon="icPageWhiteFilm" remove="true">
<date label="Date" type="dateField" defaultValue=""/>
<time label="Start Time (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
<name label="Title" type="TextInput" wysiwyg="true"/>
Expand All @@ -625,7 +625,7 @@
<endDate label="Date" type="dateField" defaultValue="" optional="true"/>
<endTime label="Time (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
</TimeLineEndDate>
</timelinevideo><timeLineAudio menuItem="Audio Item" icon="icPageWhite" max="12" remove="true">
</timelinevideo><timeLineAudio menuItem="Audio Item" icon="icSound" remove="true">
<date label="Date" type="dateField" defaultValue=""/>
<time label="Start Time (hh:mm)" type="TextInput" defaultValue="00:00" optional="true"/>
<name label="Title" type="TextInput" wysiwyg="true"/>
Expand Down

0 comments on commit cfe7f1f

Please sign in to comment.