This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Project Layout
Rumperuu edited this page Apr 29, 2021
·
1 revision
This Wiki page outlines how the Plugin is constructed and what does what.
It has been initially produced as part of Issue #87, but is a living document and is intended to keep up-to-date with changes to the project structure. As such, it is only intended to provide a high-level overview; more detailed documentation can be found in the automatically-generated documentation here.
- Repo. Root
-
Plugin Source directory (
src/
)-
Plugin classes sub-directory (
src/class/
)-
Plugin Dashboard sub-directory (
src/class/dashboard/
) -
Plugin Widgets sub-directory (
src/class/widgets/
)
-
Plugin Dashboard sub-directory (
-
Plugin stylesheets sub-directory (
src/css/
) -
Plugin images sub-directory (
src/img/
) -
Plugin scripts sub-directory (
src/js/
) -
Plugin translations sub-directory (
src/languages/
) -
Plugin templates sub-directory (
src/templates/
)
-
Plugin classes sub-directory (