From 0c029e958d9f24452adec3d9e2b2ab87a454afc1 Mon Sep 17 00:00:00 2001 From: jrangel Date: Fri, 8 Nov 2024 01:23:42 +0000 Subject: [PATCH] Initial --- modal-theme-part/theme-part.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modal-theme-part/theme-part.json diff --git a/modal-theme-part/theme-part.json b/modal-theme-part/theme-part.json new file mode 100644 index 0000000..9f52034 --- /dev/null +++ b/modal-theme-part/theme-part.json @@ -0,0 +1,15 @@ +{ + "version": 2, + "settings": { + "custom": { + "themeParts": { + "popup": { + "title": "Popup", + "description": "A custom modal popup that can be used across the site.", + "category": "widgets", + "area": "header" + } + } + } + } +}