瀏覽代碼

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"
},


Loading…
取消
儲存