tagIsFixed
fn
bool tagIsFixed(string tag)Checks if the given tag is fixed. A fixed tag can only contain one value. Unfixed tags can contain lists of values.
Parameters
tag | tag to check |
Returns
true, if the given tag is fixed.