From 13d7fc4decc88d4f229a01df0d62c985b16e091f Mon Sep 17 00:00:00 2001 From: aniket-shikhare-cstk Date: Fri, 31 Jul 2026 20:09:33 +0530 Subject: [PATCH 1/2] chore: add seo global field as individual file for stack seed --- stack/global_fields/seo.json | 75 ++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 stack/global_fields/seo.json diff --git a/stack/global_fields/seo.json b/stack/global_fields/seo.json new file mode 100644 index 0000000..edb5752 --- /dev/null +++ b/stack/global_fields/seo.json @@ -0,0 +1,75 @@ +{ + "title": "SEO", + "uid": "seo", + "schema": [ + { + "data_type": "text", + "display_name": "Meta Title", + "uid": "meta_title", + "field_metadata": { + "description": "", + "default_value": "", + "version": 3 + }, + "format": "", + "error_messages": { + "format": "" + }, + "multiple": false, + "mandatory": false, + "unique": false, + "non_localizable": false + }, + { + "data_type": "text", + "display_name": "Meta Description", + "uid": "meta_description", + "field_metadata": { + "description": "", + "default_value": "", + "multiline": true, + "version": 3 + }, + "format": "", + "error_messages": { + "format": "" + }, + "multiple": false, + "mandatory": false, + "unique": false, + "non_localizable": false + }, + { + "data_type": "text", + "display_name": "Meta Keywords", + "uid": "keywords", + "field_metadata": { + "description": "", + "default_value": "", + "version": 3 + }, + "format": "", + "error_messages": { + "format": "" + }, + "multiple": false, + "mandatory": false, + "unique": false, + "non_localizable": false + }, + { + "data_type": "boolean", + "display_name": "Enable Search Indexing", + "uid": "enable_search_indexing", + "field_metadata": { + "description": "", + "default_value": true + }, + "multiple": false, + "mandatory": false, + "unique": false, + "non_localizable": false + } + ], + "description": "It contains SEO related information." +} \ No newline at end of file From ad85cb23520ddac9a8d1e8a7e737d900b7a0404b Mon Sep 17 00:00:00 2001 From: aniket-shikhare-cstk Date: Mon, 3 Aug 2026 18:45:58 +0530 Subject: [PATCH 2/2] chore: update license year to 2026 --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 8325be5..9f7b559 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Contentstack Solutions +Copyright (c) 2026 Contentstack Solutions Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal