We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c923f3 commit 3067a4fCopy full SHA for 3067a4f
site/models/images.php
@@ -1,5 +1,7 @@
1
<?php
2
3
+use Kirby\Content\Field;
4
+
5
class ImagesPage extends FilesPage
6
{
7
/**
site/models/videos.php
class VideosPage extends FilesPage
src/styles/panel.css
@@ -80,6 +80,7 @@
80
.k-icon-frame
81
> .k-icon:is(
82
[data-type="survey"],
83
+ [data-type="file-video"],
84
[data-type="file-image"],
85
[data-type="file-word"]
86
)
@@ -93,7 +94,11 @@
93
94
ul
95
li:has(
96
- > .k-icon:not([data-type="file-image"], [data-type="file-word"])
97
+ > .k-icon:not(
98
+ [data-type="file-image"],
99
100
+ [data-type="file-word"]
101
+ )
102
) {
103
display: none;
104
}
0 commit comments