Avo Admin for Rails | Documentation
Click here to see a newer version of these docs.
Home (opens new window)
  • 2.0
  • 1.0
  • 0.4.x
Home (opens new window)
  • 2.0
  • 1.0
  • 0.4.x
  • Getting started
    • Installation
    • Authentication
    • Licensing
    • Upgrade guide
    • Grid view
    • Recipes & guides
    • FAQ
  • Resources
    • Defining Resources
    • Setting the title of the resource
    • Resource description
    • Using a computed title
    • Eager loading
    • Views
    • Custom model class
    • Devise password optional
    • Unscoped queries on Index
    • Hide resource from sidebar
    • Extend the Avo::ResourcesController
    • Records ordering
    • Filters
    • Actions
    • Search
  • Field options
    • Defining fields
    • Field conventions
    • Showing / Hiding fields on different views
    • Field visibility
    • Computed Fields
    • Fields Formatter
    • Sortable fields
    • Placeholder
    • Required
    • Readonly
    • Default Value
    • Help text
    • Nullable
    • Link to resource
  • Fields
    • Badge
    • Boolean
    • Boolean Group
    • Code
    • Country
    • Date
    • DateTime
    • External image
    • File
    • Files
    • Gravatar
    • Heading
    • Hidden
    • ID
    • KeyValue
    • Markdown
    • Number
    • Password
    • Progress bar
    • Select
    • Status
    • Text
    • Textarea
    • Trix
  • Associations
    • Belongs to
    • Has One
    • Has Many
    • Has many through
    • Has And Belongs To Many
    • Single Table Inheritance (STI)
    • Add scopes to associations
    • Show/hide buttons
    • Add custom labels to the associations pages
  • Search
    • Enable search for a resource
    • Configure the search result
    • Resource search
    • Global search
  • Filters
    • Defining filters
    • Boolean Filter
    • Select Filter
    • Multiple select filter
    • Dynamic options
    • Text Filter
    • Registering filters
  • Actions
    • Overview
    • Registering actions
    • Action responses
    • Response types
    • Customization
    • Standalone actions
    • Hide actions on specific screens
  • Customize Avo
    • Change the app name
    • Timezone and currency
    • Resource Index view
    • ID links to resource
    • Container width
    • Cache resources on Index view
    • Context
    • Eject views
    • Breadcrumbs
    • Page titles
    • Home path
    • Mount Avo under a nested path
    • Custom view_component path
    • Custom query scopes
    • Disable features
  • Custom tools
    • Generate tools
    • Add assets
    • Using helpers from your app
  • Custom fields
    • Generate a new field
    • Field options
    • Field visibility
    • Customize the views
    • Field assets
  • Custom asset pipeline
    • Webpacker
    • Sprockets
  • Authorization
    • Make sure Avo knows who your current user is
    • Policies
    • Associations
    • Scopes
    • Using different policy methods
    • Raise errors when policies are missing
  • Localization (i18n)
    • Localizing resources
    • Localizing fields
    • Setting the locale
    • Re-generate the locale
  • Stimulus controllers
    • Hidden input controller
  • FAQ
    • Show/hide buttons throughout the admin
    • Why don't regular url helpers work as expected?
    • I want to give access to different kind of users to different resources.
    • How can I set a homepage for the admin section
    • I want to have 2 different resources maped to the same model with different type
    • Try a pre-release version
    • The authorization features are not working
    • Add custom methods/get custom data
  • Recipes & guides
    • REST API integration
    • Multilingual content
    • Custom link field

# Recipes & guides

REST API integration

Add custom link field

Multilingual content

Could you help us improve this page? (opens new window)
← Grid view FAQ →