mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 02:36:42 +02:00
feat: replace form helper functions with components in admin template
This commit is contained in:
parent
6536729546
commit
e64548b982
70 changed files with 1461 additions and 2571 deletions
|
|
@ -24,11 +24,12 @@ class Component implements ComponentInterface
|
|||
{
|
||||
helper('viewcomponents');
|
||||
|
||||
// overwrite default attributes if set
|
||||
$this->attributes = array_merge($this->attributes, $attributes);
|
||||
|
||||
if ($attributes !== []) {
|
||||
$this->hydrate($attributes);
|
||||
}
|
||||
// overwrite default attributes if set
|
||||
$this->attributes = array_merge($this->attributes, $attributes);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue