Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
| 123456789101112131415 |
- <x-dynamic-component :component="$getEntryWrapperView()" :entry="$entry">
- <x-filament-simple-alert::simple-alert
- :icon="$getIcon()"
- :icon-vertical-alignment="$getIconVerticalAlignment()"
- :color="$getColor()"
- :title="$getTitle()"
- :description="$getDescription()"
- :link="$getLink()"
- :link-label="$getLinkLabel()"
- :link-blank="$getLinkBlank()"
- :actions-vertical-alignment="$getActionsVerticalAlignment()"
- :actions="$getActions()"
- :border="$getBorder()"
- />
- </x-dynamic-component>
|