PhoenixKitDocumentCreator.Schemas.HeaderFooter (PhoenixKitDocumentCreator v0.2.8)

Copy Markdown View Source

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.

Summary

Types

t()

@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()
}

Functions

changeset(header_footer, attrs)