mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update 05_Template_Inheritance.md
This commit is contained in:
parent
1c1298e062
commit
0d649e0dd8
@ -98,7 +98,7 @@ to determine resolution priority. This search is based on the following three co
|
|||||||
- `SilverStripe\View\SSViewer.themes` - The list of all themes in order of priority (highest first).
|
- `SilverStripe\View\SSViewer.themes` - The list of all themes in order of priority (highest first).
|
||||||
This includes the default set via `$default` as a theme set. This config is normally set by the web
|
This includes the default set via `$default` as a theme set. This config is normally set by the web
|
||||||
developer.
|
developer.
|
||||||
- `SilverStripe\Core\Manifest\ModuleManifest.module_priority` - The list of modules within which $default
|
- `SilverStripe\Core\Manifest\ModuleManifest.module_priority` - The list of modules within which `$default`
|
||||||
theme templates should be sorted, in order of priority (highest first). This config is normally set by
|
theme templates should be sorted, in order of priority (highest first). This config is normally set by
|
||||||
the module author, and does not normally need to be customised. This includes the `$project` and
|
the module author, and does not normally need to be customised. This includes the `$project` and
|
||||||
`$other_modules` placeholder values.
|
`$other_modules` placeholder values.
|
||||||
@ -166,7 +166,7 @@ will only defer to our modules templates folder if not found elsewhere.
|
|||||||
|
|
||||||
The default project structure contains an `app/` folder,
|
The default project structure contains an `app/` folder,
|
||||||
which also acts as as a module in terms of template priorities.
|
which also acts as as a module in terms of template priorities.
|
||||||
See [/getting_started/directory_structure](Directory Structure)
|
See [Directory Structure](/../getting_started/directory_structure)
|
||||||
to find out how to rename this folder.
|
to find out how to rename this folder.
|
||||||
|
|
||||||
### About module "names"
|
### About module "names"
|
||||||
|
Loading…
Reference in New Issue
Block a user