-
Notifications
You must be signed in to change notification settings - Fork 5
Ability to change route name using pageTitle
, navTitle
#166
Conversation
Blackbaud-SteveBrush
commented
May 18, 2017
•
edited
Loading
edited
- Requires skyux-builder-plugin-stache-route-metadata.
- Need to think about how we can also manage route order using this method (in a different PR)
pageTitle
pageTitle
pageTitle
pageTitle
, navTitle
package.json
Outdated
@@ -33,11 +33,12 @@ | |||
"@blackbaud/skyux": "2.0.0-beta.27", | |||
"@blackbaud/skyux-builder-plugin-stache-code-block": "1.0.0", | |||
"@blackbaud/skyux-builder-plugin-stache-include": "1.0.0", | |||
"@blackbaud/skyux-builder-plugin-stache-route-metadata": "blackbaud/skyux-builder-plugin-stache-route-metadata#unit-tests", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we pointing to #unit-tests on purpose?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, until y'all approve that PR, too :)
package.json
Outdated
"prismjs": "1.6.0", | ||
"smoothscroll-polyfill": "0.3.5" | ||
}, | ||
"devDependencies": { | ||
"@blackbaud/skyux-builder": "1.0.0-beta.25", | ||
"@blackbaud/skyux-builder": "blackbaud/skyux-builder#plugin-config", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also plugin-config?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be updated. One minute...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dependencies pointing to branches?
@@ -0,0 +1,5 @@ | |||
// The contents of this file are automatically generated by |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good use of comments!
Codecov Report
@@ Coverage Diff @@
## master #166 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 43 44 +1
Lines 566 584 +18
Branches 48 51 +3
=====================================
+ Hits 566 584 +18
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
marge