dd/evolutioncms-plugins-managermanager-mm_hideempty

There is no license information available for the latest version (1.0.1) of this package.

A widget for ManagerManager plugin that allows to hide all empty sections and tabs.

1.0.1 2023-05-23 22:22 UTC

This package is auto-updated.

Last update: 2024-04-24 00:28:57 UTC


README

A widget for ManagerManager plugin that allows to hide all empty sections and tabs.

Requires

Installation

To install you must unzip the archive to /assets/plungins/managermanager/widgets/mm_hideempty/.

You may also read this documentation:

Parameters description

  • $params

    • Desctription: Parameters, the pass-by-name style is used.
    • Valid values:
      • stdClass
      • arrayAssociative
    • Required
  • $params->roles

    • Desctription: The CMS user roles that the widget is applied to.
    • Valid values:
      • array
      • stringCommaSeparated
      • '' — when this parameter is empty then widget is applied to the all roles
    • Default value: ''
  • $params->roles[$i]

    • Desctription: CMS user role ID.
    • Valid values: integer
    • Required
  • $params->templates

    • Desctription: Document templates IDs for which the widget is applied to.
    • Valid values:
      • array
      • stringCommaSeparated
      • '' — empty value means the widget is applying to all templates
    • Default value: ''
  • $params->templates[$i]

    • Desctription: Template ID.
    • Valid values: integer
    • Required

CMS events

  • OnDocFormPrerender
  • OnDocFormRender

Examples

Apply for all roles and templates

mm_hideEmpty();

Links