Skip to content

Commit

Permalink
Default to builtin renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Dec 3, 2023
1 parent 9fcbef9 commit 4e00fe8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/midgard/admin/asgard/config/schemadb_preferences.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
'default' => [
'description' => 'user preferences',
'l10n_db' => 'midgard.admin.asgard',
'templates' => [
'form' => \midcom\datamanager\template\form::class
],
'fields' => [
'tinymce_enabled' => [
'title' => 'use tinymce editor for editing content',
Expand Down
3 changes: 3 additions & 0 deletions lib/midgard/admin/asgard/config/schemadb_shell.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
'operations' => [
'save' => 'run'
],
'templates' => [
'form' => \midcom\datamanager\template\form::class
],
'fields' => [
'code' => [
'title' => 'code',
Expand Down

0 comments on commit 4e00fe8

Please sign in to comment.