You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A custom block for the about area with tabs.",
6
+
"category": "layout",
7
+
"icon": "admin-users",
8
+
"supports": {
9
+
"align": ["wide", "full"]
10
+
},
11
+
"attributes": {
12
+
"title": {
13
+
"type": "string",
14
+
"default": "What's Open Source AI?"
15
+
},
16
+
"description": {
17
+
"type": "string",
18
+
"default": "Following the same idea behind Open Source Software, an Open Source AI is a system made available under terms that grant users the freedoms to:"
19
+
},
20
+
"tabs": {
21
+
"type": "array",
22
+
"default": [
23
+
{ "label": "Use", "content": "Use the system for any purpose and without having to ask for permission." },
24
+
{ "label": "Study", "content": "Study how the system works and understand how its results were created." },
25
+
{ "label": "Modify", "content": "Modify the system for any purpose, including to change its output." },
26
+
{ "label": "Share", "content": "Share the system for others to use with or without modifications, for any purpose." }
0 commit comments