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 Panels → Profiles 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: useUsage
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}