Hi,
I just made a button which is by error removing the tiddler-text if some operators are not available.
How can I hide the dangerous buttons and show a warning instead if the core is below 5.2
Greetings Jan
Hi,
I just made a button which is by error removing the tiddler-text if some operators are not available.
How can I hide the dangerous buttons and show a warning instead if the core is below 5.2
Greetings Jan
<$list filter="[<version>compare:version:gteq[5.2.0]]"
emptyMessage="warning text here">
show buttons here
</$list>
enjoy,
-e