-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcapell.json
More file actions
154 lines (154 loc) · 5.14 KB
/
Copy pathcapell.json
File metadata and controls
154 lines (154 loc) · 5.14 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"manifest-version": 3,
"name": "capell-app/block-library",
"slug": "block-library",
"displayName": "Block Library",
"kind": "package",
"capellApiVersion": "^4.0",
"version": "4.x-dev",
"description": "Block Library provides reusable content blocks, typed definitions, screenshots, and Filament Builder blocks for Capell content packages.",
"product": {
"group": "Capell Foundation",
"tier": "free",
"bundle": "foundation"
},
"namespace": "Capell\\BlockLibrary",
"surfaces": ["admin", "frontend", "shared"],
"dependencies": {
"requires": ["capell-app/admin", "capell-app/core"],
"supports": [
"capell-app/content-sections",
"capell-app/theme-foundation"
],
"conflicts": []
},
"providers": {
"metadata": [],
"install": [],
"runtime": [
"Capell\\BlockLibrary\\Providers\\BlockLibraryServiceProvider"
],
"admin": [
"Capell\\BlockLibrary\\Providers\\BlockLibraryServiceProvider"
],
"frontend": [
"Capell\\BlockLibrary\\Providers\\BlockLibraryServiceProvider"
]
},
"contributes": [],
"database": {
"migrations": false,
"settings": false,
"requiredTables": []
},
"commands": {
"install": null,
"setup": null,
"demo": null,
"doctor": null
},
"settings": [],
"permissions": [],
"capabilities": [],
"security": {
"riskTier": "low",
"publicSurface": {
"routeNames": [],
"auth": "none",
"csrfExemptRoutes": [],
"signedRoutes": [],
"tokenizedRoutes": [],
"webhookRoutes": [],
"throttledRoutes": []
},
"sensitiveData": {
"encryptedFields": [],
"hashedTokenFields": [],
"redactedOutputClasses": [],
"plaintextJustifications": []
},
"publicOutput": {
"cacheSafe": true,
"forbidAuthoringSurface": true,
"forbidSecrets": true,
"forbidPublicBladeQueries": true
},
"externalHttpClients": {
"requiresTimeouts": false,
"requiresSecretRedaction": false,
"clients": []
},
"adminSurface": {
"authorization": "panel-auth",
"permissions": []
}
},
"performance": {
"frontendRenderBudgetMs": 0,
"adminQueryBudget": 0,
"cacheTags": ["block-library"],
"cacheSafety": {
"cacheable": false,
"variesBy": [],
"sensitiveOutput": false,
"invalidationSources": [],
"queueInvalidation": false
}
},
"healthChecks": [
{
"key": "block-library.package-health",
"label": "Block Library package surfaces, providers, and install health are discoverable by Diagnostics.",
"class": "Capell\\BlockLibrary\\Health\\BlockLibraryHealthCheck",
"severity": "critical",
"surface": "shared"
}
],
"commercial": {
"proposedLicense": "free",
"requestedCertification": "first-party",
"supportPolicy": "capell-first-party",
"privateDocsRequested": false
},
"marketplace": {
"summary": "Reusable foundation content blocks with typed definitions, screenshots, and Filament Builder blocks for Capell packages.",
"screenshots": [
{
"path": "docs/assets/marketplace/extension-card.jpg",
"alt": "Block Library extension preview image",
"caption": "Block Library extension preview"
},
{
"path": "docs/screenshots/block-library-admin-index.png",
"alt": "Capell admin content block registry list",
"caption": "Content block registry list"
},
{
"path": "docs/screenshots/block-library-admin-create.png",
"alt": "Capell admin content block create form",
"caption": "Content block editor form"
},
{
"path": "docs/screenshots/block-library-admin-assets.png",
"alt": "Capell admin content block asset settings",
"caption": "Content block asset settings"
},
{
"path": "docs/screenshots/block-library-frontend-hero.png",
"alt": "Frontend hero block rendered from Block Library",
"caption": "Frontend hero block"
},
{
"path": "docs/screenshots/block-library-frontend-features.png",
"alt": "Frontend feature block rendered from Block Library",
"caption": "Frontend feature block"
},
{
"path": "docs/screenshots/block-library-frontend-pricing.png",
"alt": "Frontend pricing block rendered from Block Library",
"caption": "Frontend pricing block"
}
],
"categories": ["foundation", "shared"]
}
}