File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import ImportExport from "../../plugins/adminforth-import-export";
3
3
import InlineCreatePlugin from "../../plugins/adminforth-inline-create" ;
4
4
import InplaceEdit from "../../plugins/adminforth-list-in-place-edit" ;
5
5
import ImportExportPlugin from "../../plugins/adminforth-import-export" ;
6
+ import MarkdownPlugin from "../../plugins/adminforth-markdown" ;
6
7
import { v1 as uuid } from "uuid" ;
7
8
8
9
export default {
@@ -42,6 +43,7 @@ export default {
42
43
// new InplaceEdit({
43
44
// columns: ['name'],
44
45
// }),
46
+ new MarkdownPlugin ( { fieldName : "description" } ) ,
45
47
new ImportExportPlugin ( {
46
48
} ) ,
47
49
] ,
Original file line number Diff line number Diff line change 2
2
PLUGINS=" adminforth-audit-log adminforth-email-password-reset adminforth-foreign-inline-list \
3
3
adminforth-i18n adminforth-import-export adminforth-text-complete adminforth-open-signup \
4
4
adminforth-rich-editor adminforth-two-factors-auth adminforth-upload adminforth-oauth \
5
- adminforth-list-in-place-edit adminforth-inline-create"
5
+ adminforth-list-in-place-edit adminforth-inline-create adminforth-markdown "
6
6
7
7
# Function to install a plugin
8
8
install_plugin () {
You can’t perform that action at this time.
0 commit comments