Skip to content

Commit

Permalink
Hide description, date header, show latest update and hide show more …
Browse files Browse the repository at this point in the history
…options from scrollable small config
  • Loading branch information
Georges-GNM committed Sep 19, 2024
1 parent ceb1f01 commit 26568ee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/src/js/widgets/columns/fronts-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,11 @@
<input type="text" data-bind="
value: meta.href"/>

<!-- ko if: meta.type() !== 'scrollable/small' -->
<label>Description</label>
<input type="text" data-bind="
value: meta.description"/>
<!-- /ko -->
<config-collection-backfill params="backfill: meta.backfill"></config-collection-backfill>
Expand All @@ -237,6 +239,7 @@
<label>Groups</label>
<span class="cnf-form__value" data-bind="text: meta.groups"></span>
<!-- /ko -->
<label for="userVisibility">User visibility</label>
<select id="userVisibility" data-bind="
optionsCaption: 'Select user visibility',
Expand All @@ -260,17 +263,23 @@
<label for="hideKickers" >Suppress tone kickers</label>
<input id="hideKickers" type="checkbox" data-bind="checked: meta.hideKickers" />
<!-- ko if: meta.type() !== 'scrollable/small' -->
<label for="showDateHeader">Show date in header</label>
<input id="showDateHeader" type="checkbox" data-bind="checked: meta.showDateHeader" />
<!-- /ko -->
<!-- ko if: meta.type() !== 'scrollable/small' -->
<label for="showLatestUpdate">Show latest update in header</label>
<input id="showLatestUpdate" type="checkbox" data-bind="checked: meta.showLatestUpdate" />
<!-- /ko -->
<label for="excludeFromRss">Exclude from RSS</label>
<input id="excludeFromRss" type="checkbox" data-bind="checked: meta.excludeFromRss" />
<!-- ko if: meta.type() !== 'scrollable/small' -->
<label for="hideShowMore">Hide show more</label>
<input id="hideShowMore" type="checkbox" data-bind="checked: meta.hideShowMore" />
<!-- /ko -->
<label>No curation</label>
<input type="checkbox" data-bind="
Expand Down

0 comments on commit 26568ee

Please sign in to comment.