Open alicewriteswrongs opened 3 years ago
Once we can edit and save website collections we want to be able to insert these lists into page content.
We'll do this by supporting inserting a collection into Markdown via a hugo shortcode.
{{ websiteCollection $UUID }}
if anyone else takes this on, the documentation I wrote here will hopefully be helpful!
https://github.com/mitodl/ocw-studio/blob/master/docs/ckeditor/plugin.md
Once we can edit and save website collections we want to be able to insert these lists into page content.
We'll do this by supporting inserting a collection into Markdown via a hugo shortcode.
Acceptance Criteria:
{{ websiteCollection $UUID }}
?)