Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow user to define field that will display as breadcrumb in doc route... #8

Open
hdngr opened this issue Oct 27, 2015 · 0 comments
Open

Comments

@hdngr
Copy link
Owner

hdngr commented Oct 27, 2015

e.g. instead of simply:

          ol.breadcrumb
            li
              i.fa.fa-dashboard
              a(href=appPath) Admin
            li.active
              i.fa.fa-
              |  #{Collection.pluralName}
            li
              i.fa.fa-
              |  #{doc.id}

Display a user specified value, e.g.:

          ol.breadcrumb
            li
              i.fa.fa-dashboard
              a(href=appPath) Admin
            li.active
              i.fa.fa-
              |  #{Collection.pluralName}
            li
              i.fa.fa-
              |  #{doc.adminDocName}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant