Adds a location model and a EssenceLocation essence to your Alchemy CMS powered site.
This version is compatible with Alchemy version 3.0 and above only.
Make sure you have Alchemy CMS installed.
** There's no installation instructions yet. You probably know what you're doing anyways **
-
After installing, prepare your database with:
$ rake alchemy_essence_location:install:migrations db:migrate
-
In your
elements.yml
add one of the shiny new essences to your element of choice.# elements.yml - name: location contents: - name: location type: EssenceLocation
That's it!
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request