Skip to content

Commit

Permalink
HTMLFormatter - update umbrella note (phoenixframework#1981)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp authored and Zurga committed Apr 21, 2023
1 parent 92c145a commit bfd1351
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/phoenix_live_view/html_formatter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ defmodule Phoenix.LiveView.HTMLFormatter do
> ### For umbrella projects {: .info}
>
> In umbrella projects, you must also add `:phoenix_live_view` to your `deps`
> in the `mix.exs` file at the umbrella root. This is because the formatter
> does not attempt to load the dependencies of all children applications.
> In umbrella projects you must also change two files at the umbrella root,
> add `:phoenix_live_view` to your `deps` in the `mix.exs` file
> and add `plugins: [Phoenix.LiveView.HTMLFormatter]` in the `.formatter.exs` file.
> This is because the formatter does not attempt to load the dependencies of all children applications.
## Options
Expand Down

0 comments on commit bfd1351

Please sign in to comment.