Skip to content

Rhino

Rhino field

The wonderful Rhino Editor built by Konnor Rogers is available and fully integrated with Avo.

ruby
field :body, as: :rhino

Rhino is based on TipTap which is a powerful and flexible WYSIWYG editor.

It supports ActiveStorage file attachments, ActionText, and seamlessly integrates with the Media Library.

Options

always_show

By default, the content of the field is not visible on the Show view; instead, it's hidden under a Show Content link that, when clicked, displays the content. You can set it to display the content by setting always_show to true.

Default

false

Possible values

true, false