Download the PHP package dd/evolutioncms-plugins-managermanager-mm_renamefield without Composer
On this page you can find all versions of the php package dd/evolutioncms-plugins-managermanager-mm_renamefield. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dd/evolutioncms-plugins-managermanager-mm_renamefield
More information about dd/evolutioncms-plugins-managermanager-mm_renamefield
Files in dd/evolutioncms-plugins-managermanager-mm_renamefield
Download dd/evolutioncms-plugins-managermanager-mm_renamefield
More information about dd/evolutioncms-plugins-managermanager-mm_renamefield
Files in dd/evolutioncms-plugins-managermanager-mm_renamefield
Vendor dd
Package evolutioncms-plugins-managermanager-mm_renamefield
Short Description A widget for ManagerManager plugin that allows one of the default document fields or template variables to be renamed within the manager.
License
Homepage https://code.divandesign.biz/modx/mm_renamefield
Package evolutioncms-plugins-managermanager-mm_renamefield
Short Description A widget for ManagerManager plugin that allows one of the default document fields or template variables to be renamed within the manager.
License
Homepage https://code.divandesign.biz/modx/mm_renamefield
Please rate this library. Is it a good library?
Informations about the package evolutioncms-plugins-managermanager-mm_renamefield
(MODX)EvolutionCMS.plugins.ManagerManager.mm_renameField
A widget for ManagerManager plugin that allows one of the default document fields or template variables to be renamed within the manager.
Requires
- PHP >= 5.4
- (MODX)EvolutionCMS >= 1.1
- (MODX)EvolutionCMS.plugins.ManagerManager >= 0.7
Installation
To install you must unzip the archive to /assets/plungins/managermanager/widgets/mm_renamefield/
.
You may also read this documentation:
Parameters description
-
$params
- Desctription: Parameters, the pass-by-name style is used.
- Valid values:
stdClass
arrayAssociative
- Required
-
$params->fields
- Desctription: The name(s) of the document fields (or TVs) for which the widget is applied to.
- Valid values:
stringCommaSeparated
array
- Required
-
$params->fields[$i]
- Desctription: The name of the document field or TV.
- Valid values:
string
- Required
-
$params->newLabel
- Desctription: The new text for the field label.
You can also use HTML tags. - Valid values:
string
- Required
- Desctription: The new text for the field label.
-
$params->newHelp
- Desctription: New text for the help icon with this field or for comment with TV.
The same restriction apply as when usingmm_changeFieldHelp
directly. - Valid values:
string
- Default value: — (don't change help text)
- Desctription: New text for the help icon with this field or for comment with TV.
-
$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
OnDocFormRender
Examples
Rename the longtitle
field to Page heading
for all users
Rename the pagetitle
field to Case study name
for documents using template ID 3
Links
All versions of evolutioncms-plugins-managermanager-mm_renamefield with dependencies
PHP Build Version
Package Version
The package dd/evolutioncms-plugins-managermanager-mm_renamefield contains the following files
Loading the files please wait ....