File size: 1,585 Bytes
69996c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
  "app": {
    "name": "API Workflow Builder",
    "version": "1.0.0",
    "description": "Visual page builder for API workflows"
  },
  "supabase": {
    "url": "https://rootomzbucovwdqsscqd.supabase.co",
    "anonKey": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InJvb3RvbXpidWNvdndkcXNzY3FkIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MzU4OTE4ODMsImV4cCI6MjA1MTQ2Nzg4M30.fYKOe-HPh4WUdvBhEJxakLWCMQBp4E90EDwARk7ucf8",
    "tables": {
      "pages": "page_builder_pages",
      "logs": "api_execution_logs"
    }
  },
  "api": {
    "baseUrl": "https://your-api.com",
    "authType": "none",
    "authToken": "",
    "endpoints": {
      "productSearch": "/api/products/search",
      "customerSearch": "/api/customers/search",
      "assessmentSearch": "/api/assessments/search",
      "productRegister": "/api/products/register",
      "emailNotification": "/api/notifications/email"
    }
  },
  "blocks": {
    "categories": [
      {
        "id": "api",
        "label": "API Blocks",
        "enabled": true
      },
      {
        "id": "ui",
        "label": "UI Components",
        "enabled": true
      },
      {
        "id": "custom",
        "label": "Custom Blocks",
        "enabled": false
      }
    ]
  },
  "editor": {
    "autosave": true,
    "storageType": "local",
    "canvas": {
      "styles": [
        "https://cdn.jsdelivr.net/npm/bootstrap@4.5.2/dist/css/bootstrap.min.css"
      ],
      "scripts": [
        "https://code.jquery.com/jquery-3.5.1.min.js"
      ]
    }
  }
}