Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1005 Bytes

tutorial-editor.md

File metadata and controls

53 lines (31 loc) · 1005 Bytes

Tutorial


Frontend

Login as dev or editor.

✏️ Create sitemap with the pages module

  • /pages

Make sure you have selected your desired language.

pages

✏️ Choose a theme for content prototyping

Update

// available themes: 
// cerulean,cosmo,cyborg,darkly,flatly,journal,lumen,paper,readable,
// sandstone,simplex,slate,spacelab,superhero,united,yeti
@theme: 'cyborg';

✏️ Add basic layout Twigs

{{ use ('hrzg/widget/widgets') }}
{{ cell_widget({id: 'main'}) }}

see also module prototype

✏️ Add content through widgets

widgets-frontend.png

widgets-backend-create.png

see also module prototype