Skip to content

BenJ1337/redaxo-addon-edit-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

This addon provides an alternative gui for editing modules

In the current Redaxo Version (Mar 26, 2021), it requires a change in the core system:

\redaxo\src\core\backend.php

"rex_api_function::handleCall();" has to 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

An alternative GUI for editing modules and templates, built with Vue.js, Axios, and the Redaxo REST API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published