web / useFooterBlock
Function: useFooterBlock() ​
useFooterBlock(
content
?):object
Defined in: apps/web/composables/useFooterBlock/useFooterBlock.ts:4
Parameters ​
content? ​
null
| FooterSettings
Returns ​
object
cachedFooter ​
cachedFooter:
Ref
<null
|FooterSettings
,null
|FooterSettings
>
resolvedContent ​
resolvedContent:
Ref
<null
| {colors
: {background
:string
;footnoteBackground
:string
;footnoteText
:string
;text
:string
; };column1
: {description
:string
;showContactLink
:boolean
;title
:string
; };column2
: {description
:string
;showContactLink
:boolean
;title
:string
; };column3
: {description
:string
;showContactLink
:boolean
;title
:string
; };column4
: {description
:string
;showContactLink
:boolean
;title
:string
; };footnote
:string
;footnoteAlign
:"left"
|"center"
|"right"
;meta
: {isGlobalTemplate
:boolean
;uuid
:string
; }; },null
|FooterSettings
| {colors
: {background
:string
;footnoteBackground
:string
;footnoteText
:string
;text
:string
; };column1
: {description
:string
;showContactLink
:boolean
;title
:string
; };column2
: {description
:string
;showContactLink
:boolean
;title
:string
; };column3
: {description
:string
;showContactLink
:boolean
;title
:string
; };column4
: {description
:string
;showContactLink
:boolean
;title
:string
; };footnote
:string
;footnoteAlign
:"left"
|"center"
|"right"
;meta
: {isGlobalTemplate
:boolean
;uuid
:string
; }; }>