Skip to content

Commit

Permalink
Merge pull request #4 from Fliplet/projects/ID-3065-lfd-v2-phase-1
Browse files Browse the repository at this point in the history
Release 20240514
  • Loading branch information
tonytlwu authored May 14, 2024
2 parents ab1a88d + a8b1d1d commit 70309d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Binary file modified img/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion js/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ Fliplet.Widget.generateInterface({
entries: [],
columns: []
},
accessRules: []
accessRules: [
{
allow: 'all',
type: [
'select'
]
}
]
};
},
beforeSave: function(value) {
Expand Down

0 comments on commit 70309d0

Please sign in to comment.