# `PhoenixKitDocumentCreator.Schemas.HeaderFooter`
[🔗](https://github.com/BeamLabEU/phoenix_kit_document_creator/blob/0.2.8/lib/phoenix_kit_document_creator/schemas/header_footer.ex#L1)

Legacy schema for reusable header or footer designs.

**Deprecated**: Headers and footers are now handled natively by Google Docs.
This schema is retained for database compatibility only — no code reads from
or writes to this table in the Google Docs workflow. A future migration should
drop this table.

# `t`

```elixir
@type t() :: %PhoenixKitDocumentCreator.Schemas.HeaderFooter{
  __meta__: term(),
  created_by_uuid: term(),
  css: term(),
  data: term(),
  google_doc_id: term(),
  height: term(),
  html: term(),
  inserted_at: term(),
  name: term(),
  native: term(),
  type: term(),
  updated_at: term(),
  uuid: term()
}
```

# `changeset`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
