feat: pfeile statt +/-, shortcodes-tab, funktionen aus darstellung entfernt

- Ein-/Ausklappen wieder mit schwarzem Pfeil (>/v) ohne Box.
- Neuer Tab Shortcodes; Darstellung listet keine Funktionen mehr.
- CSS-Klassen-Referenz in den Darstellung-Tab (unter Custom CSS) verschoben.
- EN-Uebersetzung (121 Strings) neu gebaut.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
s4luorth
2026-06-07 15:22:20 +02:00
parent a738841d60
commit 4f0f8ea170
5 changed files with 78 additions and 116 deletions

View File

@@ -28,7 +28,7 @@
function setExpanded( box, open ) {
$( '.cb-service-grid', box ).toggle( open );
const $btn = $( '.cb-service-toggle', box );
$btn.attr( 'aria-expanded', open ? 'true' : 'false' ).text( open ? '' : '+' );
$btn.attr( 'aria-expanded', open ? 'true' : 'false' ).text( open ? '' : '' );
}
function bindToggle( box ) {
$( '.cb-service-toggle', box ).on( 'click', function () {