mirror of
https://github.com/typemill/typemill.git
synced 2025-08-09 07:36:34 +02:00
files from tm2
This commit is contained in:
14
system/typemill/author/content/blox-editor.twig
Normal file
14
system/typemill/author/content/blox-editor.twig
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends 'layouts/layoutContent.twig' %}
|
||||
{% block title %}{{ translate('Visual Editor') }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h1 class="text-3xl font-bold mb-4">{{ translate('Visual Editor') }} </h1>
|
||||
|
||||
<div id="editor" v-cloak></div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block javascript %}
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user