Skip to content

Commit

Permalink
add missing component on dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Sep 15, 2023
1 parent 1ab37e1 commit 4cdb3b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,16 @@ dev_seeds = fn ->

Beacon.Content.publish_layout(layout)

Beacon.Content.create_component!(%{
site: "dev",
name: "sample_component",
body: """
<li>
<%= @val %>
</li>
"""
})

Beacon.Content.create_snippet_helper!(%{
site: "dev",
name: "author_name",
Expand Down

0 comments on commit 4cdb3b9

Please sign in to comment.