You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
maybe a fieldmethod would be nice or any other way to call the lib without using an extra kirbytext()-call.
sure one could simply call the class omz13\Badges::runTagsBadge( $tag ) but then i would prefer omz13\Badges::badge( $array ).
echo$myfield->value();
// string 'key[, value[, style]]'// or from a yaml array ['key'=>'',...]$myfield->badge(); // just like tag
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
maybe a fieldmethod would be nice or any other way to call the lib without using an extra
kirbytext()
-call.sure one could simply call the class
omz13\Badges::runTagsBadge( $tag )
but then i would preferomz13\Badges::badge( $array )
.The text was updated successfully, but these errors were encountered: