customizer.php
8 lines
| 1 | <div class="sb-customizer-ctn ctf-fb-fs" v-if="iscustomizerScreen"> |
| 2 | <?php include_once CTF_BUILDER_DIR . 'templates/sections/customizer/sidebar.php'; ?> |
| 3 | <?php include_once CTF_BUILDER_DIR . 'templates/sections/customizer/preview.php'; ?> |
| 4 | </div> |
| 5 | <div v-html="feedStyleOutput != false ? feedStyleOutput : ''"></div> |
| 6 | <script type="text/x-template" id="ctf-colorpicker-component"> |
| 7 | <input type="text" v-bind:value="color" placeholder="Select"> |
| 8 | </script> |