From 82ccf83b1e39a4eb557a80166fbc0b175da058e9 Mon Sep 17 00:00:00 2001
From: Lucas de Oliveira <lucasvitalate@gmail.com>
Date: Tue, 13 Oct 2020 22:31:49 +0000
Subject: [PATCH] Use camelCase variables on custom_css, custom_js and custom_scss (#434)

---
 stackbit.yaml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/stackbit.yaml b/stackbit.yaml
index a6f3dc2..a7dd3ed 100644
--- a/stackbit.yaml
+++ b/stackbit.yaml
@@ -79,9 +79,11 @@
           - type: number
             name: maxSeeAlsoItems
           - type: list
-            name: custom_css
+            name: customCSS
           - type: list
-            name: custom_js
+            name: customSCSS
+          - type: list
+            name: customJS
           - type: list
             name: social
             label: Social Media Icons

--
Gitblit v1.10.0