Initial plugin commit

This commit is contained in:
2026-04-12 22:50:16 +02:00
commit d36023a4a3
6 changed files with 491 additions and 0 deletions

22
assets/admin.css Executable file
View File

@@ -0,0 +1,22 @@
.post-type-kgv_faq #post-body-content .editor-post-title,
.post-type-kgv_faq #titlediv #title {
font-weight: 600;
}
.post-type-kgv_faq .misc-pub-section.misc-pub-post-status,
.post-type-kgv_faq .misc-pub-section.curtime {
display: block;
}
.post-type-kgv_faq .column-kgv_faq_order {
width: 90px;
}
.post-type-kgv_faq .column-kgv_faq_answer {
width: 35%;
}
.taxonomy-kgv_faq_cat .wrap h1,
.post-type-kgv_faq .wrap h1 {
margin-bottom: 12px;
}