Readme - admin - Documentation - NOOP! Framework

User

NOOP! Framework - Module "admin"

Administration module to manage core components and modules. Requires the user module and a logged-in user with the admin user role.

Every module which has an admin directory and in it a router.php, provides an administration interface. The modules with administration interface are listed by the admin module. Which of these functions are available, depends on the configuration of the respective module.

Manifest

manifest.json
// NOOP! Framework module manifest
{
    "author": "cisco211",
    "changed": 1698234990,
    "created": 1697157116,
    "description": "Administration module.",
    "id": "admin",
    "manifest": 1,
    "template":
    {
        "permissions":
        {
            "constants": [],
            "functions": [],
            "variables": []
        }
    },
    "version": 1.000
}

Documentation

Table of contents

Modules