Skip to content

Commit

Permalink
Update Customizing.md (#52)
Browse files Browse the repository at this point in the history
I think there is a typo in the path to the apps (uncustomised).
  • Loading branch information
harveydobson authored May 21, 2022
1 parent 69ad7a9 commit 3d61bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/admin/Customizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ A master layout named "layout" is provided in `CP_ROOT/config/custom/resources/v

Apps may be completely overridden or on a file-per-file basis (such as replacing `application.yml`).

To override the app entirely, copy it from `CP_ROOT/config/custom/apps/<name>` to `CP_ROOT/config/custom/apps/<name>`. To override a specific file, create the corresponding directory structure in `CP_ROOT/config/custom/apps/<name>`, then copy the file over.
To override the app entirely, copy it from `CP_ROOT/apps/<name>` to `CP_ROOT/config/custom/apps/<name>`. To override a specific file, create the corresponding directory structure in `CP_ROOT/config/custom/apps/<name>`, then copy the file over.

Role menus, i.e. what is loaded when a corresponding user type logs in (admin, site, user) may be overridden as well. Menus are based on code under `lib/html/templateconfig-<role>.php`. Additional includes may be located under `CP_ROOT/config/custom/templates/<role>.php`. This is a sample extension for ApisCP when a billing module is configured to allow clients direct access to manage billing:

Expand Down

0 comments on commit 3d61bad

Please sign in to comment.