File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,20 @@ const pkgdef :Spk.PackageDefinition = (
61
61
# Use this to force-include stuff that you know you need but which may
62
62
# not have been detected as a dependency during `spk dev`. If you list
63
63
# a directory here, its entire contents will be included recursively.
64
+
65
+ bridgeConfig = (
66
+ viewInfo = (
67
+ permissions = [(name = "modify" , title = (defaultText = "modify" ),
68
+ description = (defaultText = "allows modifying the spreadsheet" ))],
69
+ roles = [(title = (defaultText = "editor" ),
70
+ permissions = [true ],
71
+ verbPhrase = (defaultText = "can edit" ),
72
+ default = true ),
73
+ (title = (defaultText = "viewer" ),
74
+ permissions = [false ],
75
+ verbPhrase = (defaultText = "can view" ))]
76
+ )
77
+ )
64
78
);
65
79
66
80
const myContinueCommand :Spk.Manifest.Command = (
You can’t perform that action at this time.
0 commit comments