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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added {varName|h} to force hide or {varName|d} to force display variable. This is a per-var override for:
teddy.setEmptyVarBehavior('hide'): Will make it possible for variables which don't resolve to display as empty strings instead of displaying the variable.
Default: 'display'.
Added support for sourcing most Teddy attribute values dynamically from {variables}.
Added boolean logic to one-line if statements.
Added selected-value and checked-value attributes for setting what option to select or what checkbox / radio to check in a more concise way than using one-line ifs.
Fixed a bug that prevented boolean logic from working if there were multiple and or multiple or attributes on an element.