From 81e1d83ee5fa9cfa4e57459b7e64c6187226703b Mon Sep 17 00:00:00 2001 From: Mark Dumay <61946753+markdumay@users.noreply.github.com> Date: Sat, 28 Mar 2026 12:47:12 +0100 Subject: [PATCH] feat: add clear argument for separators --- data/structures/_arguments.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/structures/_arguments.yml b/data/structures/_arguments.yml index 0333e3d..c1b50f7 100644 --- a/data/structures/_arguments.yml +++ b/data/structures/_arguments.yml @@ -307,6 +307,12 @@ arguments: comment: >- Class attributes of the element. It supports Bootstrap attributes to modify the styling of the element. + clear: + type: bool + optional: true + default: false + comment: + Flag to use a clear separator instead of a horizontal line. client: type: client optional: true