Static CMS v2.0 (#226)
- [x] Update auf Static CMS v2.0 - [x] aktualisierte Shortcodes (schließt #225) - [x] aktualisierte Previews (schließt #181) - Ordnerunterstützung - [x] vervollständigte Seiten - [x] Aufräumarbeiten Reviewed-on: https://git.cantorgymnasium.de/gcg/gcg-website/pulls/226
This commit is contained in:
13
static/admin/previews/field-previews/index.js
Normal file
13
static/admin/previews/field-previews/index.js
Normal file
@ -0,0 +1,13 @@
|
||||
import BooleanPreview from "./boolean-preview.js";
|
||||
import DraftPreview from "./draft-preview.js";
|
||||
import CountPreview from "./count-preview.js";
|
||||
import BodyPreview from "./body-preview.js";
|
||||
import DraftPreview from "./draft-preview.js";
|
||||
|
||||
export {
|
||||
BooleanPreview,
|
||||
DraftPreview,
|
||||
CountPreview,
|
||||
BodyPreview,
|
||||
DraftPreview,
|
||||
};
|
Reference in New Issue
Block a user