Package com.mcawful

Class CustomPanelManifestCollector

java.lang.Object
com.mcawful.CustomPanelManifestCollector

public final class CustomPanelManifestCollector extends Object
Discovers manifest.json files under web/panel/custom/<moduleId>/ (bot install and, in Docker, the data volume) and merges nav and cards entries for the panel.

Panel HTML/JS should continue to live under web/panel/pages/<folder>/ using the same URLs as stock $.loadPage; manifests register sidebar links (nav) and cards on existing single-page panels (cards). folder must begin with custom/ so paths stay namespaced.

Author:
mcawful