a57825e99516f9c461c714ae27ff414a8b53c8db
2 * This file is part of the TYPO3 CMS project.
4 * It is free software; you can redistribute it and/or modify it under
5 * the terms of the GNU General Public License, either version 2
6 * of the License, or any later version.
8 * For the full copyright and license information, please read the
9 * LICENSE.txt file that was distributed with this source code.
11 * The TYPO3 project - inspiring people to share!
13 define(["require","exports","TYPO3/CMS/Backend/Modal","TYPO3/CMS/Backend/Severity"],function(a
,b
,c
,d
){"use strict";var e=function(){function a(){}return a
.wizard=function(a
,b
){c
.advanced({callback:function(a
){a
.find(".t3js-modal-body").addClass("t3-new-content-element-wizard-window")},content
:a
,severity
:d
.notice
,size
:c
.sizes
.medium
,title
:b
,type
:c
.types
.ajax
})},a
}();return e
});