mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-09-08 21:14:06 +00:00
Work on CMS
This commit is contained in:
@@ -46,6 +46,7 @@ const CommunitySocials = {
|
||||
{
|
||||
communityPage {
|
||||
socialsHeading
|
||||
socialsHeadingAlt
|
||||
socialsLine
|
||||
socialsImage {
|
||||
url
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
const ContactHero = {
|
||||
query: `
|
||||
{
|
||||
contactPage {
|
||||
heroHeading
|
||||
heroLine
|
||||
heroLink
|
||||
heroMobileLinkLabel
|
||||
}
|
||||
}`
|
||||
}
|
||||
|
||||
const ContactForm = {
|
||||
query: `
|
||||
{
|
||||
contactPage {
|
||||
formHeading
|
||||
formWarning
|
||||
formLabelEmail
|
||||
formPlaceholderEmail
|
||||
formLabelMsg
|
||||
formPlaceholderMsg
|
||||
formLabelPartner
|
||||
formPlaceholderPartner
|
||||
formLabelButton
|
||||
}
|
||||
}`
|
||||
}
|
||||
|
||||
export { ContactForm, ContactHero }
|
||||
Reference in New Issue
Block a user