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
| `hideInsideClasses` | String[] | `[]` | List of classes inside which map panel will not be displayed (useful for disabling maps in signatures).
@@ -123,6 +122,7 @@ complete regular expressions for the code and following methods:
123
122
| `decimalDigits` | Number | 5 | Number of decimal digits in coordinates in generated bbcode.
124
123
| `brackets` | String | `[]` | Brackets for bbcode. Can be replaced with `<>` or `()`.
125
124
| `tagParams` | Boolean | `false` | If set to `true`, opening tag should be specified with parameters: `[map z="1" ll="2,3"]`. Together with `brackets` option this allows for HTML-like tags.
125
+
| `shareTag` | String | `'mapid'` | A bbcode tag for external map id.
126
126
127
127
Since brackets can be modified, there are some extra methods for getting opening and closing tags. All of them return strings.
0 commit comments