From 67ea4ade088d9aff69ea8d590d7aa20285e30cd1 Mon Sep 17 00:00:00 2001 From: simatec <39792461+simatec@users.noreply.github.com> Date: Sun, 12 Oct 2025 17:42:41 +0200 Subject: [PATCH] (simatec) sendTo added to adminTab --- schemas/io-package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schemas/io-package.json b/schemas/io-package.json index 074d72331..75d70faf4 100644 --- a/schemas/io-package.json +++ b/schemas/io-package.json @@ -1142,6 +1142,10 @@ "description": "Name of TAB (multilingual object) in admin", "$ref": "#/definitions/multilingual" }, + "sendTo": { + "description": "for flexible content in the tab (to enable configure settings in TAB)", + "type": "boolean" + }, "singleton": { "description": "If true, only one TAB for all instances will be shown.", "type": "boolean"