Update content through Mattrbld

This commit is contained in:
2025-02-11 13:34:07 -06:00
parent 9cdd4bcd6c
commit f5dcbc4078

View File

@@ -432,8 +432,8 @@
"type": "rich text", "type": "rich text",
"default": null, "default": null,
"icon": "text", "icon": "text",
"key": "about", "key": "details",
"label": "About", "label": "Details",
"localised": false, "localised": false,
"options": { "options": {
"outputFormat": "markdown", "outputFormat": "markdown",
@@ -559,21 +559,21 @@
} }
}, },
{ {
"type": "image", "type": "link",
"default": null, "default": null,
"icon": "image", "icon": "link",
"key": "image", "key": "photoUrl",
"label": "Image", "label": "Photo URL",
"localised": false,
"options": { "options": {
"resolutionHint": "", "type": "external",
"removable": true, "byFilePath": false,
"simple": false "urlSuffix": "/",
"urlTemplate": ""
}, },
"tab": "Intro", "tab": "Intro",
"validation": { "validation": {
"max": null, "required": false
"required": false,
"unit": "filesize (MB)"
}, },
"value": null, "value": null,
"version": 1, "version": 1,
@@ -674,20 +674,15 @@
"type": "select", "type": "select",
"default": null, "default": null,
"icon": "dropdown", "icon": "dropdown",
"key": "group", "key": "category",
"label": "Group", "label": "Category",
"options": { "options": {
"filterable": false, "filterable": false,
"removable": false, "removable": false,
"placeholder": "Select a value…", "placeholder": "Select a value…",
"options": [ "options": [
"Front-End Web Development", "Experienced",
"Continuous Integration/Continuous Delivery", "Familiar"
"Infrastructure as Code",
"Database",
"Programming Languages",
"Messaging",
"Containerization"
] ]
}, },
"tab": "Skills", "tab": "Skills",
@@ -707,15 +702,20 @@
"type": "select", "type": "select",
"default": null, "default": null,
"icon": "dropdown", "icon": "dropdown",
"key": "category", "key": "group",
"label": "Category", "label": "Group",
"options": { "options": {
"filterable": false, "filterable": false,
"removable": false, "removable": false,
"placeholder": "Select a value…", "placeholder": "Select a value…",
"options": [ "options": [
"Experienced", "Front-End Web Development",
"Familiar" "Continuous Integration/Continuous Delivery",
"Infrastructure as Code",
"Database",
"Programming Languages",
"Messaging",
"Containerization"
] ]
}, },
"tab": "Skills", "tab": "Skills",
@@ -805,16 +805,86 @@
"field": null "field": null
} }
} }
},
{
"type": "rich text",
"default": null,
"icon": "text",
"key": "summary",
"label": "Summary",
"localised": false,
"options": {
"outputFormat": "markdown",
"blockFormats": [
"blockquote",
"heading",
"hr",
"orderedList",
"unorderedList",
"image"
],
"inlineFormats": [
"em",
"strong",
"link"
],
"formatOptions": [
"allowQuoteFooters",
"allowNestedLists",
"allowImageCaptions"
],
"inputRuleOptions": [
"autoquotes",
"dashes",
"ellipsis",
"noDoubleCaps",
"noDoubleSpace"
],
"minHeading": 2,
"maxHeading": 4,
"codeLangs": [
"html",
"css",
"javascript",
"markdown"
],
"allowRaw": false,
"urlTemplate": "",
"urlSuffix": "",
"linkOptions": [
"forceBlankTarget",
"allowExternal",
"allowInternal"
]
},
"tab": "About",
"validation": {
"enforceMinMax": true,
"max": null,
"min": null,
"regex": null,
"regexError": null,
"required": false,
"unit": "length"
},
"value": null,
"version": 1,
"visibility": {
"hidden": false,
"showByValue": {
"field": null
}
}
} }
], ],
"tabs": [ "tabs": [
{ {
"label": "Intro", "label": "Intro",
"groupAs": null "groupAs": "intro"
}, },
{ {
"label": "About", "label": "About",
"groupAs": null "groupAs": "about"
}, },
{ {
"label": "Skills", "label": "Skills",