From 6bf8ac60cac4effdba3f1fea85c02cb8db9781df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=B3pez=20Esp=C3=ADnola?= <31980-penyaskito@users.noreply.drupalcode.org> Date: Fri, 17 May 2024 14:15:38 +0000 Subject: [PATCH] Issue #3447750 by penyaskito, javi-er: Provide config schema --- config/schema/media_tableau.schema.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/schema/media_tableau.schema.yml diff --git a/config/schema/media_tableau.schema.yml b/config/schema/media_tableau.schema.yml new file mode 100644 index 0000000..1e6123b --- /dev/null +++ b/config/schema/media_tableau.schema.yml @@ -0,0 +1,16 @@ +field.formatter.settings.media_tableau: + type: mapping + label: 'Tableau display format settings' + mapping: + api_version: + type: string + label: 'Tableau API version' + formatter_class: + type: string + label: 'Formatter class name' + width: + type: string + label: 'Iframe width' + height: + type: string + label: 'Iframe height' -- GitLab