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
Can't select available volumes in the redactor field settings and the window is empty when trying to select an asset in the frontend.
Redactor config: { "buttons": [ "html", "formatting", "bold", "italic", "deleted", "unorderedlist", "orderedlist", "outdent", "indent", "link", "file", "alignment", "horizontalrule" ], "formatting": [ "p", "blockquote", "pre", "h1", "h2", "h3", "h4", "h5", "h6" ], "plugins": ["alignment", "table", "imagemanager"] }
{ "buttons": [ "html", "formatting", "bold", "italic", "deleted", "unorderedlist", "orderedlist", "outdent", "indent", "link", "file", "alignment", "horizontalrule" ], "formatting": [ "p", "blockquote", "pre", "h1", "h2", "h3", "h4", "h5", "h6" ], "plugins": ["alignment", "table", "imagemanager"] }
The text was updated successfully, but these errors were encountered:
Also having this issue, is there any update on a fix for this?
Sorry, something went wrong.
It was related to servd asset plugin: The two things that control what Volumes show on the Field Settings' page are
the second point fixed it for me!
@tibbis cheers for this!
No branches or pull requests
Description
Can't select available volumes in the redactor field settings and the window is empty when trying to select an asset in the frontend.
Steps to reproduce
Additional info
Redactor config:
{ "buttons": [ "html", "formatting", "bold", "italic", "deleted", "unorderedlist", "orderedlist", "outdent", "indent", "link", "file", "alignment", "horizontalrule" ], "formatting": [ "p", "blockquote", "pre", "h1", "h2", "h3", "h4", "h5", "h6" ], "plugins": ["alignment", "table", "imagemanager"] }
The text was updated successfully, but these errors were encountered: