Readme - static - Documentation - NOOP! Framework

User

NOOP! Framework - Module "static"

Module for managing static content. There you can create your own pages very easily.

Manifest

manifest.json
// NOOP! Framework module manifest
{
    "author": "cisco211",
    "changed": 1705330785,
    "created": 1564942440,
    "description": "Static content module.",
    "id": "static",
    "manifest": 1,
    "template":
    {
        "permissions":
        {
            "constants": [],
            "functions":
            [
                "staticCache",
                "staticHeadMeta",
                "staticHeadScript",
                "staticHeadStyle",
                "staticInclude",
                "staticLangCode",
                "staticSitemap",
                "staticTitle"
            ],
            "variables": []
        }
    },
    "version": 1.000
}

Documentation

Table of contents

Modules