Row Plugin Alias (version 0.1)

Row Plugin Alias creates a custom "Row" Plugin Alias of PluginDiv.

Known Issues & Limitations

  • There are currently no known issues or limitations

Installation & Update

By hitting the Apply Now button on Control PanelsProfiles control panel (or Forget and Re-apply if you want to do an update) the following YAML code will be applied:

YAML
objects:
 -
  type: plugin_alias
  ref: row
  data:
   name: row
   implementation: div
   description:
    name: Row
    description: Creates Row plugin alias of plugin Div
    params:
     class:
      name: Class
      default: row
      description: Class to be used
      required: true
   params:
    class: row
   body:
    input: use


Usage

This profile creates a custom "Row Plugin Alias".
So after applying the profile instead of writing:
{DIV(class=row)}...{DIV}


You can now use:
{ROW()}...{ROW}


Uninstall

Go to your Admin Settings Control Panels → Editing and Plugins → Plugin Aliases tab and delete the Row plugin alias from there.