|
103 | 103 | 'GSCHMODFILE' =>0644,// (octal) chmod mode for files |
104 | 104 | 'GSCHMODDIR' =>0755,// (octal) chmod mode for dirs |
105 | 105 | 'GSDOCHMOD' =>true,// (bool) perform chmod when creating files or directories |
106 | | -'GSCHMODCHECK' =>false,// (bool) warn on gschmod mismatches in health check |
| 106 | +'GSCHMODCHECK'=>false,// (bool) warn on gschmod mismatches in health check |
107 | 107 | 'GSSHOWCODEHINTS' =>true,// (bool) show code hints on components page and snippets etc. |
108 | 108 | # ALLOW -------------------------------------------------------------------------------------------------------------------------------------------- |
109 | 109 | 'GSALLOWLOGIN' =>true,// (bool) allow front end login |
|
137 | 137 | 'GSHTMLEDITINLINE' =>false,// (bool) show html cke editors inline EXPERIMENTAL |
138 | 138 | 'GSHTMLEDITCOMPACT' =>true,// (bool) show html cke editors compacted, hides ui when not focused |
139 | 139 | 'GSHTMLEDITAUTOHEIGHT' =>true,// (bool) after init, auto set the ckeditors height |
140 | | -'GSCODEEDITORTHEMES' =>'3024-day,3024-night,abcdef,ambiance-mobile,ambiance,base16-dark,base16-light,bespin,blackboard,cobalt,colorforth,default,dracula,duotone-dark,duotone-light,eclipse,elegant,erlang-dark,hopscotch,icecoder,isotope,lesser-dark,liquibyte,material,mbo,mdn-like,midnight,monokai,neat,neo,night,panda-syntax,paraiso-dark,paraiso-light,pastel-on-dark,railscasts,rubyblue,seti,solarized,the-matrix,tomorrow-night-bright,tomorrow-night-eighties,ttcn,twilight,vibrant-ink,xq-dark,xq-light,yeti,zenburn',# themes for codemirror |
| 140 | +'GSCODEEDITORTHEMES' =>'3024-day,3024-night,abcdef,ambiance-mobile,ambiance,base16-dark,base16-light,bespin,blackboard,cobalt,colorforth,default,dracula,duotone-dark,duotone-light,eclipse,elegant,erlang-dark,hopscotch,icecoder,isotope,lesser-dark,liquibyte,material,mbo,mdn-like,midnight,monokai,neat,neo,night,panda-syntax,paraiso-dark,paraiso-light,pastel-on-dark,railscasts,rubyblue,seti,solarized light,solarized dark,the-matrix,tomorrow-night-bright,tomorrow-night-eighties,ttcn,twilight,vibrant-ink,xq-dark,xq-light,yeti,zenburn',# themes for codemirror |
141 | 141 | # DRAFTS ------------------------------------------------------------------------------------------------------------------------------------------- |
142 | 142 | 'GSUSEDRAFTS' =>true,// (bool) use page drafts |
143 | 143 | 'GSUSEPAGESTACK' =>true,// (bool) use page stacks for drafts, else manually pass `nodraft` or `draft` qs |
|