Module Values.ThemeFooterLinkSource

The website links that display in the catalog page footer.

Sourcetype nonrec t = {
  1. displayName : ThemeFooterLinkDisplayName.t option;
    (*

    The name of the websites that display in the catalog page footer.

    *)
  2. footerLinkURL : ThemeFooterLinkURL.t option;
    (*

    The URL of the websites that display in the catalog page footer.

    *)
}
Sourceval make : ?displayName:??? -> ?footerLinkURL:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ThemeFooterLinkDisplayName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t