.gitea
assets
content
data
layouts
static
admin
config
links
previews
shortcodes
components
card.js
image.js
index.js
text-field.js
audio.js
card.js
download.js
gallery.js
image.js
index.js
slider.js
youtube.js
icons.js
index.html
data
media
schulchronik
favicon.ico
.gitignore
.mailmap
LICENSE
config.yml
- [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: #226
6 lines
139 B
JavaScript
6 lines
139 B
JavaScript
import Card from "./card.js";
|
|
import TextField from "./text-field.js";
|
|
import Image from "./image.js";
|
|
|
|
export { Card, TextField, Image };
|