Skip to content

Commit

Permalink
Set intro_html as long text in admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
skanderm committed Aug 23, 2023
1 parent 1e170df commit 6b6044b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/lib/orcasite/radio/feed.ex
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ defmodule Orcasite.Radio.Feed do
table_columns [:id, :name, :slug, :node_name, :location_point]

format_fields location_point: {Jason, :encode!, []}, lat_lng: {Jason, :encode!, []}
form do
field :intro_html, type: :long_text
end
end

graphql do
Expand Down

0 comments on commit 6b6044b

Please sign in to comment.