Skip to content

Commit

Permalink
ucfopen#1198 Added Restrict Publish toggle to admin widget panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
FrenjaminBanklin committed Mar 1, 2019
1 parent 8a6fd41 commit 63e3b71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fuel/app/themes/default/partials/admin/widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@
Is Scorable
</label>
</div>
<div>
<label class="normal">
<input type="checkbox" ng-model="widget.restrict_publish" ng-true-value='"1"' ng-false-value='"0"'/>
Restrict Publish
</label>
</div>
</span>
</div>
<div>
Expand Down

0 comments on commit 63e3b71

Please sign in to comment.