1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 12:21:45 +02:00

Issue #4049 - Media-Manager Url fix. Fixed Media Preview.

Admin-ui: type='media' example added to blank plugin.
This commit is contained in:
Cameron
2020-02-21 14:20:33 -08:00
parent 3d47a39f7f
commit 79c5b3e694
6 changed files with 79 additions and 52 deletions

View File

@@ -55,6 +55,7 @@ CREATE TABLE blank (
`blank_date` int(10) NOT NULL,
`blank_compatibility` varchar(5) NOT NULL,
`blank_url` varchar(255) NOT NULL,
`blank_media` json DEFAULT NULL,
`blank_class` int(10) NOT NULL,
PRIMARY KEY (`blank_id`)
) ENGINE=MyISAM;