Add smarty3 dirs config
`FriendicaSmarty` get work dirs from config, with fallback if not set
This commit is contained in:
parent
e0ec304d2a
commit
547b4684fd
3 changed files with 31 additions and 23 deletions
|
@ -701,5 +701,10 @@ return [
|
|||
// ap_log_failure (Boolean)
|
||||
// Logs every ActivityPub activity that couldn't be compacted
|
||||
'ap_log_failure' => false,
|
||||
]
|
||||
],
|
||||
'smarty3' => [
|
||||
// config_dir (String)
|
||||
// Base working directory for the templating engine, must be writeable by the webserver user
|
||||
'config_dir' => 'view/smarty3',
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue