Skip to content

Commit 08c8fef

Browse files
committed
bepobepo
1 parent 0f323de commit 08c8fef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Assets/js/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ export const CONFIG = {
1515
socialLinks: 7, // Column H (newline separated)
1616
style: 8, // Column I
1717
profilePic: 9, // Column J
18-
formEmail: 10, // Column K
19-
id: 11, // Column L
20-
status: 12 // Column M
18+
formEmail: 10, // Column K (readonly)
19+
id: 11, // Column L (readonly)
20+
status: 12 // Column M (readonly)
2121
},
2222
maxSocialLinks: 6,
2323

0 commit comments

Comments
 (0)