This profile applies two Plugin Aliases to help with creating Bootstrap rows and cols layout in wiki syntax content.
Row Plugin Alias
YAML
objects:
-
type: plugin_alias
ref: row
data:
name: row
implementation: div
description:
name: "Row"
description: "Creates Row plugin alias"
params:
class:
name: "Class"
default: "row"
description: "Class to be used (default is row)"
required: true
body: "Body"
prefs: [ wikiplugin_row, wikiplugin_div ]
params:
class: "row"
body:
input: use
preferences:
-
wikiplugin_row: y
Col Plugin Alias
TODO