Skip to content

Commit

Permalink
ID-4372 Adds DS access rules requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytlwu committed May 10, 2024
1 parent ab1a88d commit d3741ae
Showing 1 changed file with 8 additions and 1 deletion.
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 d3741ae

Please sign in to comment.