Skip to content

Commit

Permalink
MDL-81683 core_courseformat: Fix mustache template examples
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentdavid committed Jul 16, 2024
1 parent 4052a2e commit 9e3e1d0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
18 changes: 12 additions & 6 deletions course/format/templates/local/content/movecm.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
{
"name": "Glossary of characters",
"id": "10",
"url": "#"
"url": "#",
"sectioninfo": false
},
{
"name": "World Cinema forum",
Expand All @@ -50,15 +51,17 @@
{
"name": "Announcements",
"id": "12",
"url": "#"
"url": "#",
"sectioninfo": false
}
]
}
},
{
"name": "Announcements",
"id": "12",
"url": "#"
"url": "#",
"sectioninfo": false
}
]
},
Expand All @@ -72,17 +75,20 @@
{
"name": "Resources",
"id": "13",
"url": "#"
"url": "#",
"sectioninfo": false
},
{
"name": "Studying City of God by Stephen Smith Bergman-Messerschmidt",
"id": "14",
"url": "#"
"url": "#",
"sectioninfo": false
},
{
"name": "Film education study guide",
"id": "15",
"url": "#"
"url": "#",
"sectioninfo": false
}
]
}
Expand Down
9 changes: 6 additions & 3 deletions course/format/templates/local/content/movecmsection.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
{
"name": "Glossary of characters",
"id": "10",
"url": "#"
"url": "#",
"sectioninfo": false
},
{
"name": "World Cinema forum",
Expand All @@ -46,15 +47,17 @@
{
"name": "Announcements",
"id": "12",
"url": "#"
"url": "#",
"sectioninfo": false
}
]
}
},
{
"name": "Announcements",
"id": "12",
"url": "#"
"url": "#",
"sectioninfo": false
}
]
}
Expand Down

0 comments on commit 9e3e1d0

Please sign in to comment.