A publisher-owned blog and its routing policy.
Summary
Functions
Builds a changeset for a blog.
Types
@type t() :: %BlogEngine.Schema.Blog{ __meta__: term(), default_author: term(), default_author_id: term(), enabled: term(), features: term(), id: term(), index_route_template: term(), inserted_at: term(), name: term(), navigation_label: term(), post_route_template: term(), posts: term(), publication_policy: term(), publisher_key: term(), publisher_type: term(), route_params: term(), routes: term(), target_syndications: term(), tenant_key: term(), updated_at: term() }
Functions
@spec changeset(t(), map()) :: Ecto.Changeset.t()
Builds a changeset for a blog.