浏览代码

Fix add list action within BubbleBlock app (#31)

Merge branch 'master' into kris/fix_block_add_list

Fix add list action within BubbleBlock app

Co-authored-by: jonathan <jonathan@noreply.git.bubblev.org>
Co-authored-by: Kristijan Mitrovic <kmitrovic@itekako.com>
Reviewed-on: #31
tags/v0.15.1
Kristijan Mitrovic 4 年前
committed by jonathan
父节点
当前提交
9100ee1992
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      bubble-server/src/main/resources/models/apps/bubble_block/bubbleApp_bubbleBlock.json

+ 1
- 1
bubble-server/src/main/resources/models/apps/bubble_block/bubbleApp_bubbleBlock.json 查看文件

@@ -52,7 +52,7 @@
{"name": "manageRules", "view": "manageRules", "when": "item.url === \\'\\'", "index": 40},
{"name": "removeList", "index": 50, "when": "item.url !== ''"},
{
"name": "createList", "scope": "app", "view": "manageList", "index": 10,
"name": "createList", "scope": "app", "index": 10,
"params": ["url"],
"button": "createList"
},


正在加载...
取消
保存