Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 18 | All time: 11,320 This week: 49 |
Version | License | PHP version | Categories | |||
melis-templating-plu 1.0 | The PHP License | 5 | PHP 5, Content management, Code Gener... |
Description | Author | |||||||||||||||||||||||
This package can create page template plugins for the Melis CMS. Innovation Award |
|
Generates a ready-to-use templating plugin, complete with source code and necessary configuration. This will aid the developers, especially the new developers of the platform, to swiftly create a plugin without delving deeply into plugin's technicalities.
These instructions will get you a copy of the project up and running on your machine.
The following modules need to be installed to run the Melis Templating Plugin Creator module:
Run the composer command:
composer require melisplatform/melis-templating-plugin-creator
Go to /melis-templating-plugin-creator/public/ and change the file owner of the 'temp-thumbnail' directory to 'www-data'. This is where the plugin thumbnails are temporarily saved.
chown www-data temp-thumbnail
No database is needed for this tool
- user must specify the destination of the generated plugin: new module or existing site module - the properties of the plugin need to be set(field name, display type, default options, default value and required attribute) as well as their translations which will then be used in the plugin modal form - the 'Template' property is already set by default - after generation, the source code can be found inside the destination module ready to be updated based on the project's requirements - the generated plugin can then be found inside the Plugin's menu in the Melis CMS Page Edition System
File:
- /melis-templating-plugin-creator/src/Service/MelisTemplatingPluginCreatorService.php
MelisTemplatingPluginCreatorService - This service's main function is to generate a templating plugin using the parameters saved in the current session.
$templatingPluginService = $this->getServiceManager()->get('MelisTemplatingPluginCreatorService');
$result = $templatingPluginService->generateTemplatingPlugin();
See also the list of contributors who participated in this project.
This project is licensed under the Melis Technology premium versions end user license agreement (EULA) - see the LICENSE.md file for details
Files (51) | / | config |
File | Role | Description |
---|---|---|
app.interface.php | Aux. | Auxiliary script |
app.tools.php | Aux. | Auxiliary script |
app.toolstree.php | Aux. | Auxiliary script |
module.config.php | Class | Class source |
Files (51) | / | etc | / | MarketPlace |
File | Role | Description | ||
---|---|---|---|---|
images (6 files) | ||||
melis-templating-plugin-creator.xml | Data | Auxiliary data |
Files (51) | / | etc | / | MarketPlace | / | images |
File | Role | Description |
---|---|---|
melis-templating-plugin-creator-1.JPG | Data | Auxiliary data |
melis-templating-plugin-creator-2.JPG | Data | Auxiliary data |
melis-templating-plugin-creator-3.JPG | Data | Auxiliary data |
melis-templating-plugin-creator-4.JPG | Data | Auxiliary data |
melis-templating-plugin-creator-5.JPG | Data | Auxiliary data |
melis-templating-plugin-creator-6.JPG | Data | Auxiliary data |
Files (51) | / | language |
File | Role | Description |
---|---|---|
en_EN.interface.php | Aux. | Auxiliary script |
fr_FR.interface.php | Aux. | Auxiliary script |
Files (51) | / | public | / | css |
File | Role | Description |
---|---|---|
bootstrap-tagsinput.css | Data | Auxiliary data |
style.css | Data | Auxiliary data |
Files (51) | / | public | / | js |
File | Role | Description |
---|---|---|
bootstrap-tagsinput.js | Data | Auxiliary data |
templating-plugin-creator.js | Data | Auxiliary data |
Files (51) | / | src |
File | Role | Description | ||
---|---|---|---|---|
Controller (1 file) | ||||
Form (1 directory) | ||||
Service (1 file) | ||||
Module.php | Class | Class source |
Files (51) | / | src | / | Controller |
File | Role | Description |
---|---|---|
TemplatingPluginCreatorController.php | Class | Class source |
Files (51) | / | src | / | Form | / | Factory |
File | Role | Description |
---|---|---|
MelisTemplatingPlu...leSelectFactory.php | Class | Class source |
MelisTemplatingPlu...teSelectFactory.php | Class | Class source |
Files (51) | / | src | / | Service |
File | Role | Description |
---|---|---|
MelisTemplatingPluginCreatorService.php | Class | Class source |
Files (51) | / | template |
File | Role | Description | ||
---|---|---|---|---|
Code (6 files) | ||||
blank_plugin.js | Data | Auxiliary data | ||
language-tpl.php | Aux. | Auxiliary script | ||
modal-form.phtml | Example | Example script | ||
plugin-name.phtml | Data | Auxiliary data | ||
TemplatingPlugin.config.php | Aux. | Auxiliary script | ||
TemplatingPluginController.php | Class | Class source |
Files (51) | / | template | / | Code |
File | Role | Description |
---|---|---|
digit-validator | Data | Auxiliary data |
empty-field-validator | Data | Auxiliary data |
modal-form-scripts | Data | Auxiliary data |
tab-elements | Data | Auxiliary data |
tab-input-filters | Data | Auxiliary data |
tab-properties | Data | Auxiliary data |
Files (51) | / | view | / | melis-templating-plugin-creator |
File | Role | Description | ||
---|---|---|---|---|
templating-plugin-creator (6 files, 1 directory) |
Files (51) | / | view | / | melis-templating-plugin-creator | / | templating-plugin-creator |
File | Role | Description | ||
---|---|---|---|---|
partial (7 files) | ||||
render-form.phtml | Example | Example script | ||
render-step6-finalization.phtml | Example | Example script | ||
render-templating-...creator-steps.phtml | Example | Example script | ||
render-tool-content.phtml | Example | Example script | ||
render-tool-header.phtml | Example | Example script | ||
render-tool.phtml | Example | Example script |
Files (51) | / | view | / | melis-templating-plugin-creator | / | templating-plugin-creator | / | partial |
File | Role | Description |
---|---|---|
field-form.phtml | Example | Example script |
render-step1.phtml | Example | Example script |
render-step2.phtml | Example | Example script |
render-step3.phtml | Example | Example script |
render-step4.phtml | Example | Example script |
render-step5.phtml | Example | Example script |
render-step6.phtml | Example | Example script |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
melis-templating-plu-2022-12-22.zip 720KB | |
melis-templating-plu-2022-12-22.tar.gz | |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.