mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-01 10:56:08 +01:00
Exposed UriToMarkdown util (Grav.default.Utils.UriToMarkdown) in admin, to convert links/images.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -14,3 +14,4 @@ tests/_support/_generated/*
|
|||||||
tests/cache/*
|
tests/cache/*
|
||||||
tests/error.log
|
tests/error.log
|
||||||
/crowdin.yaml
|
/crowdin.yaml
|
||||||
|
.vscode
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
# v1.10.33.2
|
||||||
|
## mm/dd/2022
|
||||||
|
|
||||||
|
1. [](#improved)
|
||||||
|
* Exposed `UriToMarkdown` util (`Grav.default.Utils.UriToMarkdown`) in admin, to convert links/images.
|
||||||
|
|
||||||
# v1.10.33.1
|
# v1.10.33.1
|
||||||
## 04/25/2022
|
## 04/25/2022
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ import '@babel/polyfill';
|
|||||||
import $ from 'jquery';
|
import $ from 'jquery';
|
||||||
import './utils/remodal';
|
import './utils/remodal';
|
||||||
import 'simplebar/dist/simplebar.min.js';
|
import 'simplebar/dist/simplebar.min.js';
|
||||||
|
import { UriToMarkdown } from './forms/fields/files.js';
|
||||||
import GPM, { Instance as gpm } from './utils/gpm';
|
import GPM, { Instance as gpm } from './utils/gpm';
|
||||||
import KeepAlive from './utils/keepalive';
|
import KeepAlive from './utils/keepalive';
|
||||||
import Updates, { Instance as updates, Notifications, Feed } from './updates';
|
import Updates, { Instance as updates, Notifications, Feed } from './updates';
|
||||||
@@ -68,5 +69,5 @@ export default {
|
|||||||
Instance: MediaFilterInstance
|
Instance: MediaFilterInstance
|
||||||
},
|
},
|
||||||
Scrollbar: { Scrollbar: { deprecated: true }, Instance: { deprecated: true } },
|
Scrollbar: { Scrollbar: { deprecated: true }, Instance: { deprecated: true } },
|
||||||
Utils: { request, toastr, Cookies }
|
Utils: { request, toastr, Cookies, UriToMarkdown }
|
||||||
};
|
};
|
||||||
|
|||||||
1040
themes/grav/js/admin.min.js
vendored
1040
themes/grav/js/admin.min.js
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user