defmodule Legendary.Admin.Kaffy.EditorExtension do @moduledoc """ Bring in additional CSS and JS for the admin interface e.g. the markdown editor library. """ def stylesheets(_conn) do [ {:safe, ~s()}, {:safe, ~s()}, ] end def javascripts(_conn) do [ {:safe, ~s()}, {:safe, ~s()}, ] end end