We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f323de commit 08c8fefCopy full SHA for 08c8fef
Assets/js/config.js
@@ -15,9 +15,9 @@ export const CONFIG = {
15
socialLinks: 7, // Column H (newline separated)
16
style: 8, // Column I
17
profilePic: 9, // Column J
18
- formEmail: 10, // Column K
19
- id: 11, // Column L
20
- status: 12 // Column M
+ formEmail: 10, // Column K (readonly)
+ id: 11, // Column L (readonly)
+ status: 12 // Column M (readonly)
21
},
22
maxSocialLinks: 6,
23
0 commit comments