lelesys / plugin-site-map
SiteMap helps you navigate throughout the pages on the site.
Installs: 1 356
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 17
Forks: 1
Open Issues: 0
Language:HTML
Type:neos-plugin
Requires
- neos/neos: ^4.0
- neos/nodetypes: ^4.0
README
This plugin will allow user to add sitemap.
Important note: Initial package development was done when TYPO3 Neos was at alpha3/4. We are working hard continuously to get this to work perfectly and to beautify source code using best practices/concepts of Flow/Neos. Stay tuned!
Quick start
Include the plugin's Stylesheet to your own one's where you add other stylesheets of the site.
<link href="{f:uri.resource(path: 'resource://Lelesys.Plugin.SiteMap/Public/Stylesheets/Sitemap.css')}" rel="stylesheet" media="screen">
Usage
This plugin will add the sitemap of the entire websites pagetree. You can hide the plugin so that it will not be visible in frontend. The hidden pages or pages hidden in menu will not be visible in the frontend. You can delete the plugin if you dont want the plugin on any page. If you want to see xml format of the sitemap just type eg:"domainname.com/about-us.xml" just add .xml to any page url and you will get the sitemap in xml format.