Skip to content

Commit

Permalink
🚸 Indicates to the administrator that the slug field is optional (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
cprodhomme authored May 9, 2024
1 parent 759ede5 commit e531ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/avo/resources/video.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ def fields
field :vimeo_url, as: :text, hide_on: [ :index ]
field :description, as: :textarea, hide_on: [ :index ]
field :event_date, as: :date
field :slug, as: :text, hide_on: [ :index ]
field :slug, as: :text, hide_on: [ :index ], help: "Laissez le champs vide pour qu'il soit complété automatiquement"
end
end

0 comments on commit e531ef8

Please sign in to comment.