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
Let's add native support for resources banner that should look similar to the tutorial custom implementation from https://ticketing.avodemo.com/
self.callouts = [ { type: :info, # :warning, :error, :success; visible: -> { true }, icon: "", title: -> { "Warning sir" }, body: -> { "alert(#{params[:id]})" "<span>hey</span>".html_safe render partial: "avo/callouts/user_callout" render Avo::Callouts::UserCallout.new(record: record) }, # or renderable: -> { render partial: "avo/callouts/user_callout" }, renderable: -> { Avo::Callouts::UserCallout.new(record: record) }, }, ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature
Let's add native support for resources banner that should look similar to the tutorial custom implementation from https://ticketing.avodemo.com/
Must have
Nice to have
Exploratory DSL
The text was updated successfully, but these errors were encountered: