This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
130
Wiki
Activity
Browse Source
enabled field is read only
tags/v0.5.0
Jonathan Cobb
5 years ago
parent
f4cc37732b
commit
853280fcea
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bubble-server/src/main/resources/models/apps/bubble_block/bubbleApp_bubbleBlock.json
+1
-1
bubble-web
+ 1
- 1
bubble-server/src/main/resources/models/apps/bubble_block/bubbleApp_bubbleBlock.json
View File
@@ -30,7 +30,7 @@
{"name": "url", "type": "http_url"},
{"name": "testUrl", "type": "http_url"},
{"name": "tags"},
{"name": "enabled", "type": "flag"},
{"name": "enabled", "type": "flag"
, "mode": "readOnly"
},
{"name": "rule"}
],
"configViews": [{
+ 1
- 1
bubble-web
@@ -1 +1 @@
Subproject commit 88
b12bd4be622c1c839550686b944ff6dff3be26
Subproject commit 88
fea1ecae5d88deb8cbec4c4d05853e4af270b9
Write
Preview
Loading…
Cancel
Save