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
The rule object has a helpUri property. For scenarios where a rule's help is not available via a URI, it would be nice if rule had a help property whose value was an object specifying the MIME type and text of the help content, for example:
rules: {
"EX0001": {
"id": "EX0001",
"name": "DontDoBadThings",
"help": {
"mimeType": "text/markdown",
"text": "# Rule EX0001: Don't do bad things\nIt is _really_ not nice to do bad things."
}
}
}
The text was updated successfully, but these errors were encountered:
The
rule
object has ahelpUri
property. For scenarios where a rule's help is not available via a URI, it would be nice ifrule
had ahelp
property whose value was an object specifying the MIME type and text of the help content, for example:The text was updated successfully, but these errors were encountered: