mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-10 02:06:42 +02:00
feat(components): add custom view renderer with ComponentRenderer adapted from bonfire2
- update Component class structure and remove component helper function and ComponentLoader - update residual activitypub naming to fediverse
This commit is contained in:
parent
5083cd2fda
commit
a95de8bab0
106 changed files with 1482 additions and 2139 deletions
|
|
@ -8,9 +8,7 @@ use CodeIgniter\Config\BaseConfig;
|
|||
|
||||
class ViewComponents extends BaseConfig
|
||||
{
|
||||
public string $classComponentsNamespace = APP_NAMESPACE . '\View\Components';
|
||||
public string $classComponentsPath = 'View/Components';
|
||||
|
||||
public string $classComponentsPath = APPPATH . 'View/Components';
|
||||
|
||||
public string $componentsViewPath = APPPATH . 'Views/components';
|
||||
public string $viewFileComponentsPath = 'Views/components';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue