https://github.com/codevise/pageflow-sitemap
https://github.com/codevise/pageflow-sitemap
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codevise/pageflow-sitemap
- Owner: codevise
- License: mit
- Created: 2015-01-13T16:15:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T05:53:44.000Z (over 2 years ago)
- Last Synced: 2025-11-27T16:20:38.088Z (6 months ago)
- Language: JavaScript
- Size: 588 KB
- Stars: 0
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Pageflow Sitemap
[](http://badge.fury.io/rb/pageflow-sitemap)
An interactive sitemap for the Pageflow editor.
## Installation
Add this line to your application's Gemfile:
# Gemfile
gem 'pageflow-sitemap'
Register the plugin:
# config/initializers/pageflow.rb
Pageflow.configure do |config|
config.plugin(Pageflow::Sitemap.plugin)
end
Include javascripts and stylesheets:
# app/assets/javascripts/pageflow/editor.js
//= require pageflow/sitemap/editor
# app/assets/stylesheets/pageflow/editor.scss
@import "pageflow/sitemap/editor";
Execute `bundle install` and restart the application server.
Now you can enable the "Sitemap" feature in your feature settings.
## Troubleshooting
If you run into problems while installing the page type, please also
refer to the
[Troubleshooting](https://github.com/codevise/pageflow/wiki/Troubleshooting)
wiki page in the
[Pageflow repository](https://github.com/codevise/pageflow). If that
doesn't help, consider
[filing an issue](https://github.com/codevise/pageflow-sitemap/issues).
## Contributing Locales
Edit the translations directly on the
[pageflow-sitemap](http://www.localeapp.com/projects/public?search=tf/pageflow-sitemap)
locale project.