cms/resources/views/admin/themes/editor.blade.php

14 lines
433 B
PHP
Raw Permalink Normal View History

@extends('layouts.admin')
@section('content')
<div id="app"
data-component="ThemeEditor"
data-admin-path="{{ config('cms.admin_path', 'loom') }}"
data-themes="{{ json_encode($themes) }}"
data-active-theme-slug="{{ $activeThemeSlug }}">
<div class="ui active inverted dimmer">
<div class="ui text loader">Loading Theme Editor...</div>
</div>
</div>
@endsection