mirror of
https://github.com/flextype/flextype.git
synced 2025-08-11 15:44:49 +02:00
Admin Panel: tail - fixes
This commit is contained in:
@@ -134,7 +134,7 @@ use Flextype\Component\{Http\Http, Event\Event, Registry\Registry, Assets\Assets
|
||||
|
||||
$.validate({});
|
||||
|
||||
<?php if (Http::get('fieldset') || Http::get('menu') || Http::get('snippets') || Http::get('source') || Http::get('template')): ?>
|
||||
<?php if (Http::get('fieldset') || Http::get('menu') || Http::get('snippet') || Http::get('source') || Http::get('template')): ?>
|
||||
var editor = CodeMirror.fromTextArea(document.getElementById("codeMirrorEditor"), {
|
||||
lineNumbers: true,
|
||||
<?php if (Http::get('fieldset') || Http::get('menu')): ?>
|
||||
|
Reference in New Issue
Block a user