Skip to content

BenJ1337/redaxo-addon-edit-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

This addon provides an alternative gui for editing modules

In the current Redaxo Version, it requires a change in the core system:

\redaxo\src\core\backend.php

"rex_api_function::handleCall();" musst be moved to line 206 inside the if-statement

if (rex::getUser()) {
rex_be_controller::appendPackagePages();
    rex_api_function::handleCall();
}

otherwise it requires a "page" param in the url, which is not included in the api requests.

Preview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published