solidusio-contrib / solidus_content

BSD 3-Clause "New" or "Revised" License
8 stars 9 forks source link

Add AlchemyCMS content provider #19

Closed tvdeyen closed 4 years ago

tvdeyen commented 4 years ago

Builds on top of #18

This allows to load content from an Alchemy page. It also allows to filter the elements to include with the page, making it possible to only load a specific element from a page.

Make sure to have gem 'alchemy_cms' added to your Gemfile.

It was necessary to include an inititalizer and test setup code. I tried my best to make it as unobtrusive as possible.

Disclaimer: I might not have completed understand the Entry and EntryType records and how to correctly use them in the context of an Alchemy page. Maybe it makes sense to walk me through this and how those records are meant.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.