From a0a8aed9ed83d8c251a8888ed8ccbe288a06b70b Mon Sep 17 00:00:00 2001 From: raj pandey Date: Thu, 23 Jul 2026 17:43:59 +0530 Subject: [PATCH 1/3] add per-uid global field files alongside globalfields.json Co-Authored-By: Claude Sonnet 4.6 --- stack/global_fields/block.json | 98 ++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 stack/global_fields/block.json diff --git a/stack/global_fields/block.json b/stack/global_fields/block.json new file mode 100644 index 0000000..4d0316b --- /dev/null +++ b/stack/global_fields/block.json @@ -0,0 +1,98 @@ +{ + "title": "Block", + "uid": "block", + "schema": [ + { + "data_type": "text", + "display_name": "Title", + "uid": "title", + "field_metadata": { + "description": "", + "default_value": "Block title", + "version": 3 + }, + "format": "", + "error_messages": { + "format": "" + }, + "mandatory": false, + "multiple": false, + "non_localizable": false, + "unique": false + }, + { + "data_type": "text", + "display_name": "Copy", + "uid": "copy", + "field_metadata": { + "allow_rich_text": true, + "description": "", + "multiline": false, + "rich_text_type": "custom", + "options": [ + "html", + "bold", + "underline", + "italic", + "deleted", + "link", + "h2", + "h3", + "h4", + "h5", + "h6" + ], + "version": 3 + }, + "mandatory": false, + "multiple": false, + "non_localizable": false, + "unique": false + }, + { + "data_type": "file", + "display_name": "Image", + "uid": "image", + "extensions": [], + "field_metadata": { + "description": "", + "rich_text_type": "standard" + }, + "mandatory": false, + "multiple": false, + "non_localizable": false, + "unique": false + }, + { + "data_type": "text", + "display_name": "Layout", + "display_type": "dropdown", + "enum": { + "advanced": true, + "choices": [ + { + "value": "image_left", + "key": "Image Left" + }, + { + "value": "image_right", + "key": "Image Right" + } + ] + }, + "multiple": false, + "uid": "layout", + "field_metadata": { + "description": "", + "default_value": "", + "default_key": "", + "instruction": "Image left or right in the layout", + "version": 3 + }, + "mandatory": false, + "non_localizable": false, + "unique": false + } + ], + "description": "A block!" +} \ No newline at end of file From 5579c45294aa604148d920967ac76b140f529dcd Mon Sep 17 00:00:00 2001 From: raj pandey Date: Thu, 23 Jul 2026 17:56:29 +0530 Subject: [PATCH 2/3] License update --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 25403cd..aff1142 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Contentstack +Copyright (c) 2026 Contentstack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 18d3da72809ed3f6ac8ca0202f84261cdd2eb586 Mon Sep 17 00:00:00 2001 From: raj pandey Date: Thu, 23 Jul 2026 18:13:08 +0530 Subject: [PATCH 3/3] bump version to 1.2.0 Co-Authored-By: Claude Sonnet 4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 042a46e..c217481 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kickstart-stack-seed", - "version": "1.1.0", + "version": "1.2.0", "description": "This repository provides the Kickstart stack content for Kickstart projects. An easy way to import this stack content is by using the CLI seed command.", "repository": { "type": "git",