Set up image gallery structure field

This commit is contained in:
Paul Nicoué 2025-05-08 17:10:00 +02:00
parent 2e9d72eb16
commit 00b2118e2c
5 changed files with 77 additions and 84 deletions

View file

@ -2,27 +2,15 @@
// KIRBY PANEL CUSTOMIZATION
// ----------------------------------------------------------------------------
// Textarea headline buttons
// Structure field gallery
.k-textarea-field {
.k-field-name-image_gallery {
.k-toolbar {
table {
.k-dropdown {
.k-button:nth-of-type(2),
.k-button:nth-of-type(3) {
display: none;
}
tbody {
--bubble-size: 7.5em;
--table-row-height: 100%;
}
}
}
// Visual image crop field properties
.kirby-imagecrop-field {
.k-column:nth-of-type(2) {
display: none;
}
}