From 995168686ebb13b52b37a504fd58673f6cef3578 Mon Sep 17 00:00:00 2001 From: Olivia Arents Date: Fri, 24 Oct 2025 20:49:10 +0200 Subject: [PATCH 1/2] added 'remove_empty_nodes' field from bard to the docs added the 'remove_empty_nodes' field from bard to the docs. --- content/collections/fieldtypes/bard.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/collections/fieldtypes/bard.md b/content/collections/fieldtypes/bard.md index 1cb3af9ec..5cceeb5fc 100644 --- a/content/collections/fieldtypes/bard.md +++ b/content/collections/fieldtypes/bard.md @@ -90,6 +90,11 @@ options: type: boolean description: > Always show the "Add Set" button. Default: `false`. + - + name: remove_empty_nodes + type: string + description: > + Choose what to do with empty nodes: false, true, trim . Default: `false`. stage: 1 id: f4bf58d3-cbce-4957-b883-d92fd4791e89 From 2ae08db9e6345bb5899b41b5103bd93b8d66c787 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Fri, 24 Oct 2025 23:44:39 +0100 Subject: [PATCH 2/2] Use the same help text as the CP --- content/collections/fieldtypes/bard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/collections/fieldtypes/bard.md b/content/collections/fieldtypes/bard.md index 5cceeb5fc..f1cc743cd 100644 --- a/content/collections/fieldtypes/bard.md +++ b/content/collections/fieldtypes/bard.md @@ -94,7 +94,7 @@ options: name: remove_empty_nodes type: string description: > - Choose what to do with empty nodes: false, true, trim . Default: `false`. + Choose how to deal with empty nodes. Options: `false`, `true`, `trim`. Default: `false`. stage: 1 id: f4bf58d3-cbce-4957-b883-d92fd4791e89