From 09b1784124fac0b8190280065bc53cb127f00ab3 Mon Sep 17 00:00:00 2001
From: Tim Rohaly <tr@202830.no-reply.drupal.org>
Date: Thu, 23 Jan 2025 10:08:26 -0800
Subject: [PATCH] Issue #3501808 by tr: Remove config schema for the
 votingapi_widgets module

---
 config/schema/votingapi_widgets.schema.yml | 38 ----------------------
 1 file changed, 38 deletions(-)
 delete mode 100644 config/schema/votingapi_widgets.schema.yml

diff --git a/config/schema/votingapi_widgets.schema.yml b/config/schema/votingapi_widgets.schema.yml
deleted file mode 100644
index d413988..0000000
--- a/config/schema/votingapi_widgets.schema.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-field.storage_settings.voting_api_field:
-  type: mapping
-  label: 'Voting API widget field settings.'
-  mapping:
-    vote_plugin:
-      type: string
-      label: 'Vote plugin'
-    vote_type:
-      type: string
-      label: 'Vote type'
-    status:
-      type: string
-      label: 'Status'
-
-field.field_settings.voting_api_field:
-  type: mapping
-  label: 'Voting API widget field settings.'
-  mapping:
-    anonymous_window:
-      type: string
-      label: 'Anonymous vote rollover'
-    result_function:
-      type: string
-      label: 'Result function'
-    user_window:
-      type: string
-      label: 'Registered user vote rollover'
-    widget_format:
-      type: string
-      label: 'Widget format'
-
-field.value.voting_api_field:
-  type: mapping
-  label: 'Default value'
-  mapping:
-    status:
-      type: string
-      label: 'Status'
-- 
GitLab