mirror of
https://github.com/a2nt/silverstripe-elemental-basics.git
synced 2024-10-22 17:05:54 +02:00
FIX: Bootstrap accordion buttons
This commit is contained in:
parent
be1b56788e
commit
3b7e0f1493
@ -8,7 +8,7 @@
|
|||||||
data-bs-target="#ElementContent{$ID}"
|
data-bs-target="#ElementContent{$ID}"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
aria-controls="ElementContent{$ID}"
|
aria-controls="ElementContent{$ID}"
|
||||||
class="accordion-button"
|
class="accordion-button collapsed"
|
||||||
>$Title</button>
|
>$Title</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user