-
Notifications
You must be signed in to change notification settings - Fork 30
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
Generating Elements #21
Comments
For reference, here is my full # == In this configuration, you set up Alchemy's element layouts.
#
# For further information please see http://guides.alchemy-cms.com/stable/elements.html
- name: article
hint: true
unique: true
contents:
- name: headline
type: EssenceText
default: :article_headline
hint: true
- name: picture
type: EssencePicture
hint: true
- name: text
type: EssenceRichtext
default: :article_text
hint: true
- name: product
contents:
- name: spree_product
type: EssenceSpreeProduct
- name: product_category
contents:
- name: spree_taxon
type: EssenceSpreeTaxon
|
Wondering if it's related to this? https://github.com/AlchemyCMS/alchemy_cms/pull/1333/files |
Yes. This is fixed with AlchemyCMS/alchemy_cms#1333. For a quick fix you can remove the Symbols from the elements.yml |
As this is not an issue with this gem I will close this issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
I'm following the Readme and when I add
to
elements.yml
then runrails g alchemy:elements --skip
I get the following error:Any idea why?
The text was updated successfully, but these errors were encountered: