diff --git a/components/subfooter-card.vue b/components/subfooter-card.vue
index 70a97ba..1ee5980 100644
--- a/components/subfooter-card.vue
+++ b/components/subfooter-card.vue
@@ -55,19 +55,13 @@
v-html="description">
-
-
-
-
+
@@ -120,6 +114,10 @@ const code = computed(() => {
return props.block.code
})
+const form = computed(() => {
+ return props.block.subfooter_form
+})
+
const cardStyles = computed(() => {
if (props.block.borderGradientAngle) {
return { '--border-gradient-angle': props.block.borderGradientAngle }
diff --git a/components/subfooter-form.vue b/components/subfooter-form.vue
new file mode 100644
index 0000000..3ddc8d8
--- /dev/null
+++ b/components/subfooter-form.vue
@@ -0,0 +1,164 @@
+
+
+
+
+
+
+
diff --git a/content/core/index.json b/content/core/index.json
index f613c75..15230ed 100644
--- a/content/core/index.json
+++ b/content/core/index.json
@@ -174,7 +174,7 @@
"text": "View all 30+ compatible storage services",
"tag": "a",
"to": "https://data-programs.gitbook.io/singularity/installation/install-from-source",
- "theme": "secondary"
+ "theme": "secondary"
}
]
}
@@ -507,7 +507,11 @@
"borderGradientAngle": "45deg",
"title": "
Keep up
with Singularity",
"subheading": "Your feedback can shape our next big release.
Join us on Github and Slack",
- "description": "Sign up to keep up. We're passionate about keeping you in the loop with our latest features and updates, but we're even more committed to respecting your inbox."
+ "description": "Sign up to keep up. We're passionate about keeping you in the loop with our latest features and updates, but we're even more committed to respecting your inbox.",
+ "subfooter_form": {
+ "placeholder": "Enter your email",
+ "submit_button_text": "Keep up"
+ }
}
}
]