Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Configure placement to include sub navigation if desired from testing. #125

Open
jonespm opened this issue Feb 28, 2022 · 0 comments
Open

Comments

@jonespm
Copy link
Member

jonespm commented Feb 28, 2022

Currently we are just enabling this as default in course navigation

These will likely be the settings we end up using here. Enabled by default but visibility only for admins. Where it's visible, home subnav, settings subnav or course navigation will be determined from user testing.

    "course_navigation": {
        "default": "enabled",
        "visibility": "admins"
    },
    "course_home_sub_navigation": {
        "default": "enabled",
        "canvas_icon_class": "icon-search",
        "visibility": "admins"
    },
    "course_settings_sub_navigation": {
        "default": "enabled",
        "canvas_icon_class": "icon-search",
        "visibility": "admins"
    }

@jonespm jonespm self-assigned this Feb 28, 2022
@jonespm jonespm removed their assignment Oct 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant