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

Enhance top/quick navigation provision - enable header provision #818

Closed
SubPointSupport opened this issue Mar 22, 2016 · 2 comments
Closed

Comments

@SubPointSupport
Copy link
Contributor

M2 should allow to provision navigation item as a Header.

Top/quick navigation definition should have additional property to indicate header, both CSOM/SSOM should be supported.

Based on community feedback - "Provision Quick Launch #817"
#817

@SubPointSupport
Copy link
Contributor Author

A new property called "Properties" will be added to expose and map SPNavigation.Properties

That would enable a full control over additional SPNavigation properties including NodeType = Heading. Unfortionayly available only in SSOM, no CSOM support due to a gap in SharePoint API.

@SubPointSupport
Copy link
Contributor Author

.Properties property was added mapping the SPNavigation.Properties to M2 definition.

Implemented for SSOM with the following tests:

  • CanDeploy_Simple_TopNavigation_As_Heading
  • CanDeploy_Simple_TopNavigation_As_AuthoredLinkPlain
  • CanDeploy_Simple_QuickLaunchNavigationNode_As_Heading
  • CanDeploy_Simple_QuickLaunchNavigationNode_As_AuthoredLinkPlain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant