Thanks Matt it's working but it works for me only inside content objects of type "page" not inside "menu ones".
I've a course with two or three level of menus and i don't know how to configure it.
that's a contentObject.json i have: (only appears nav buttons in pages not in menu-only pages)
Thanks for your help ;)
[
{
"_graphic": {
"alt": "",
"src": ""
},
"_id": "co-03",
"_parentId": "co-02",
"_type": "page",
"_isOptional": false,
"duration": "",
"linkText": "View",
"_classes": "",
"body": "",
"displayTitle": "1.- Conceptos básicos y definiciones",
"title": "1.- Conceptos básicos y definiciones",
"_pageLevelProgress": {
"_isEnabled": true
},
"_quicknav": {
"_isEnabled": true,
"_isContinuous": "global",
"_injectIntoSelector": "",
"_buttons": {
"_root": {
"_isHidden": false,
"text": "Inicio Unidad Didáctica"
},
"_up": {
"_isHidden": true,
"text": "Menú anterior"
},
"_previous": {
"_isHidden": false,
"text": "< Anterior"
},
"_next": {
"_isHidden": false,
"text": "Siguiente >"
}
}
}
},
{
"_graphic": {
"alt": "Información General",
"src": "course/en/assets/info.png"
},
"_id": "co-01",
"_parentId": "course",
"_type": "page",
"_isOptional": false,
"duration": "",
"linkText": "Ver",
"_classes": "",
"body": "<p>¿A quién va dirigido el curso?. ¿Cuáles son los objetivos del curso?. ¿Qué contiene?</p>\n",
"displayTitle": "Información General",
"title": "Información General",
"_pageLevelProgress": {
"_isEnabled": true
},
"_quicknav": {
"_isEnabled": true,
"_isContinuous": "global",
"_buttons": {
"_root": {
"_isHidden": false,
"text": "Inicio Unidad Didáctica"
},
"_up": {
"_isHidden": true,
"text": "Back to menu"
},
"_previous": {
"_isHidden": true,
"text": "< Anterior"
},
"_next": {
"_isHidden": false,
"text": "Siguiente >"
}
}
}
},
{
"_graphic": {
"alt": "",
"src": ""
},
"_id": "co-05",
"_parentId": "co-02",
"_type": "page",
"_isOptional": false,
"duration": "",
"linkText": "View",
"_classes": "",
"body": "",
"displayTitle": "2.- Marco Legal de Referencia",
"title": "2.- Marco Legal de Referencia",
"_pageLevelProgress": {
"_isEnabled": true
},
"_quicknav": {
"_isEnabled": true,
"_isContinuous": "global",
"_buttons": {
"_root": {
"_isHidden": false,
"text": "Inicio Unidad Didáctica"
},
"_up": {
"_isHidden": false,
"text": "Back to menu"
},
"_previous": {
"_isHidden": false,
"text": "< Anterior"
},
"_next": {
"_isHidden": true,
"text": "Siguiente >"
}
}
}
},
{
"_graphic": {
"alt": "",
"src": "course/en/assets/colega2.jpg"
},
"_id": "co-02",
"_parentId": "course",
"_type": "menu",
"_isOptional": false,
"duration": "",
"linkText": "Empezar la lección",
"_classes": "",
"body": "<p>Conceptos básicos y definiciones <br />\nMarco legal de referencia</p>\n",
"displayTitle": "Lección 1. Introducción",
"title": "Lección 1. Introducción",
"_pageLevelProgress": {
"_isEnabled": true
},
"_quicknav": {
"_isEnabled": true,
"_isContinuous": "global",
"_injectIntoSelector": "",
"_buttons": {
"_root": {
"_isHidden": false,
"text": "Inicio Unidad Didáctica"
},
"_up": {
"_isHidden": false,
"text": "Menu Sección"
},
"_previous": {
"_isHidden": false,
"text": "< Anterior"
},
"_next": {
"_isHidden": false,
"text": "Siguiente >"
}
}
}
}
]