File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,10 @@ Accessing things via `craft.app` is considered advanced. There are more security
112
112
Some of the services commonly used in templates:
113
113
114
114
- ` craft.app.request ` – [ Request] ( craft5:craft\web\Request ) object with information about the current HTTP request
115
- - ` craft.app.session ` – [ Session] ( craft5:craft\web\Session ) object useful for getting and setting flash messages
115
+ - ` craft.app.session ` – [ Session] ( craft5:craft\web\Session ) object useful for getting and setting [ flash messages] ( ../../development/forms.md#flashes )
116
116
- ` craft.app.user ` – [ User] ( craft5:craft\web\User ) object for getting information about the client’s identity
117
117
- ` craft.app.config.general ` – [ GeneralConfig] ( craft5:craft\config\GeneralConfig ) object of [ General Config Settings] ( ../config/general.md )
118
- - ` craft.app.fields ` – [ Fields] ( craft5:craft\services\Fields ) service for accessing custom field details
118
+ - ` craft.app.fields ` – [ Fields] ( craft5:craft\services\Fields ) service for accessing [ custom field] ( ../../system/fields.md ) details
119
119
- ` craft.app.sites ` – [ Sites] ( craft5:craft\services\Sites ) service for getting [ site] ( ../../system/sites.md ) details
120
120
121
121
::: tip
You can’t perform that action at this time.
0 commit comments