File tree Expand file tree Collapse file tree 5 files changed +17
-2
lines changed
resources/views/components Expand file tree Collapse file tree 5 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -111,4 +111,6 @@ TITLE_FOOTER_CONTACT="Contact"
111111
112112HOME_FOOTER_LINK = " "
113113
114- HIDE_VERIFICATION_CHECKMARK = false
114+ HIDE_VERIFICATION_CHECKMARK = false
115+
116+ ALLOW_CUSTOM_BACKGROUNDS = true
Original file line number Diff line number Diff line change 214214 "description" : " Enter any URL to redirect your home link URL.<br>Leave empty to use the default link."
215215 },
216216
217+ {"value" : " ALLOW_CUSTOM_BACKGROUNDS" ,
218+ "title" : " Allow custom backgrounds" ,
219+ "description" : " Allow users to upload custom background images for their pages."
220+ },
217221
218222 {"value" : " HIDE_VERIFICATION_CHECKMARK" ,
219223 "title" : " Hide verification checkmark" ,
Original file line number Diff line number Diff line change @@ -293,6 +293,10 @@ function text($key){
293293{{ toggle (' USE_THEME_PREVIEW_IFRAME' )} }
294294
295295
296+ {{ toggle (' ALLOW_CUSTOM_BACKGROUNDS' )} }
297+
298+
299+
296300<a name =" Security" ><h2 class =" ch2" >Security</h2 ></a >
297301
298302
Original file line number Diff line number Diff line change 3636 if (EnvEditor:: keyExists (' HIDE_VERIFICATION_CHECKMARK' )){ /* Do nothing if key already exists */
3737 } else {EnvEditor:: addKey (' HIDE_VERIFICATION_CHECKMARK' , ' false' );}
3838
39+ if (EnvEditor:: keyExists (' ALLOW_CUSTOM_BACKGROUNDS' )){ /* Do nothing if key already exists */
40+ } else {EnvEditor:: addKey (' ALLOW_CUSTOM_BACKGROUNDS' , ' true' );}
41+
3942
4043 // Footer page customization
4144 if (EnvEditor:: keyExists (' DISPLAY_FOOTER_HOME' )){} else {EnvEditor:: addKey (' DISPLAY_FOOTER_HOME' , ' true' );}
Original file line number Diff line number Diff line change @@ -111,4 +111,6 @@ TITLE_FOOTER_CONTACT="Contact"
111111
112112HOME_FOOTER_LINK=""
113113
114- HIDE_VERIFICATION_CHECKMARK=false
114+ HIDE_VERIFICATION_CHECKMARK=false
115+
116+ ALLOW_CUSTOM_BACKGROUNDS=true
You can’t perform that action at this time.
0 commit comments