GitRoot

craft your forge, build your project, grow your community freely
 1---
 2id: "bbf1"
 3priority: 92
 4sprint: ""
 5assignee: null
 6status: triage
 7kind: issue
 8---
 9
10# Apex must permit to change layout
11
12In conf we need to add `layout` object with:
13
14```json
15"layout": [
16    {"glob": "*", "path": "web/layout.html"},
17    {"glob": "issues/*", "path": "web/layout_issues.html"}
18]
19```
20
21if path not exist materialize `simple.html` (current).
22
23Permit to move "hack" for issues tags in personnal template. Same for metadata, header/footer.