astro-ghostcms/.pnpm-store/v3/files/4a/30738357e4b6a436a51df09769a...

13 lines
232 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
export default {
parse: {
prelude() {
return this.createSingleNodeList(
this.SelectorList()
);
},
block() {
return this.Block(true);
}
}
};