Skip to content

Commit

Permalink
Update src/main/resources/default/taglib/t/tag.html.pasta
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Schierle <csc@scireum.de>
  • Loading branch information
andyHa and Christian Schierle authored Sep 13, 2022
1 parent 6cb8423 commit 8077384
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/resources/default/taglib/t/tag.html.pasta
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<i:arg type="String" name="color" default="gray" description="Specifies the color to use."/>
<i:arg type="boolean" name="marginRight" default="true"
<i:arg type="boolean"
name="marginRight"
default="true"
description="Determines if the dot has an auto margin at the right"/>
<i:arg type="String" name="class" default="" description="Defines addition classes to add."/>
<i:arg type="String" name="value" default="@renderToString('body')" />
<i:arg type="String" name="value" default="@renderToString('body')"/>

<i:pragma name="description">
Renders a colored tag using the given text.
Expand Down

0 comments on commit 8077384

Please sign in to comment.