forked from projects/fipamo
ro
252059df19
turned on the abiity to save settings to config file via the settings page the current member session needs to updated by the data coming in but that will be handled by a specific member service that hasn't been built yet, so just commenting it out for now also fixed a minor bug that was stopping the save on render toggle from working correctly, so now it's saving and updating the status properly now
12 lines
403 B
PHP
12 lines
403 B
PHP
<div class="submenu">
|
|
<button id="save-toggle" title="save settings">
|
|
<i class="ti ti-device-floppy"></i>
|
|
</button>
|
|
<button id="publish-pages" title="publish site">
|
|
<i class="ti ti-world-upload"></i>
|
|
</button>
|
|
<button id="render-toggle" title="render on save toggle" data-render="{{ $renderOnSave }}">
|
|
<i class="ti ti-circle-dashed"></i>
|
|
</button>
|
|
</div>
|