We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adding a {{ cms:image image_label }} field to a layout should render the file chooser on the resource's new/edit form.
{{ cms:image image_label }}
Image/file chooser doesn't render and it appears it's never registered.
{{ cms:image }}
Rails version: 7.2.2.1
CMS version: 3.0.0
Ruby version: 3.3.6
Looking at lib/comfortable_media_surfer/content/tags/image.rb, it appears the image tag class is missing a form_field method.
form_field
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
Adding a
{{ cms:image image_label }}
field to a layout should render the file chooser on the resource's new/edit form.Actual behavior
Image/file chooser doesn't render and it appears it's never registered.
Steps to reproduce
{{ cms:image }}
field to any page layoutSystem configuration
Rails version: 7.2.2.1
CMS version: 3.0.0
Ruby version: 3.3.6
Possible solution
Looking at lib/comfortable_media_surfer/content/tags/image.rb, it appears the image tag class is missing a
form_field
method.The text was updated successfully, but these errors were encountered: