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:
17
static/admin/shortcodes/index.js
Normal file
17
static/admin/shortcodes/index.js
Normal file
@ -0,0 +1,17 @@
|
||||
import GalleryShortcode from "./gallery.js";
|
||||
import ImageShortcode from "./image.js";
|
||||
import DownloadShortcode from "./download.js";
|
||||
import CardShortcode from "./card.js";
|
||||
import YoutubeShortcode from "./youtube.js";
|
||||
import AudioShortcode from "./audio.js";
|
||||
import SliderShortcode from "./slider.js";
|
||||
|
||||
export {
|
||||
GalleryShortcode,
|
||||
ImageShortcode,
|
||||
DownloadShortcode,
|
||||
CardShortcode,
|
||||
YoutubeShortcode,
|
||||
AudioShortcode,
|
||||
SliderShortcode,
|
||||
};
|
Reference in New Issue
Block a user