Advertisement
Guest User

row alias

a guest
Nov 21st, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.35 KB | None | 0 0
  1. {
  2.     "implementation": "div",
  3.     "description": {
  4.         "name": "Row",
  5.         "description": "Bootstrap row",
  6.         "prefs": [
  7.             "wikiplugin_row"
  8.         ],
  9.         "filter": "xss",
  10.         "inline": false,
  11.         "params": [],
  12.         "body": "Body"
  13.     },
  14.     "body": {
  15.         "input": "use",
  16.         "default": "",
  17.         "params": []
  18.     },
  19.     "params": {
  20.         "class": "row"
  21.     },
  22.     "plugin_name": "row"
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement