From 98684cc3a1290bdb0073bc806ed0a7c191db88ca Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Thu, 7 Aug 2025 13:25:30 -0700 Subject: [PATCH] AmendmentDisclaimer: remove vestigial isVoting attribute Co-authored-by: tequ --- @theme/markdoc/schema.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/@theme/markdoc/schema.ts b/@theme/markdoc/schema.ts index 67b1ec3b41..d75840f85b 100644 --- a/@theme/markdoc/schema.ts +++ b/@theme/markdoc/schema.ts @@ -229,11 +229,6 @@ export const amendmentDisclaimer: Schema & { tagName: string } = { type: 'String', required: true }, - isVoting: { - type: 'Boolean', - required: false, - default: false - } }, render: 'AmendmentDisclaimer', selfClosing: true