fix(admin-ui): remove button labels on smaller screens in podcast view

- update components renderer regex to include special characters
- fix itunes_explicit mapping
during import
This commit is contained in:
Yassine Doghri 2023-07-29 09:57:35 +00:00
commit 9cc5ffd143
5 changed files with 20 additions and 6 deletions

View file

@ -81,6 +81,10 @@ class Button extends Component
unset($this->attributes['class']);
}
if ($this->iconLeft !== '' || $this->iconRight !== '') {
$this->slot = '<span>' . $this->slot . '</span>';
}
if ($this->iconLeft !== '') {
$this->slot = (new Icon([
'glyph' => $this->iconLeft,