We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef53fff commit f441a5bCopy full SHA for f441a5b
app/code/Magento/Ui/view/base/web/templates/form/element/media.html
@@ -1,8 +1,8 @@
1
<!--
2
-/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
5
- */
+ /**
+ * Copyright 2011 Adobe
+ * All Rights Reserved.
+ */
6
-->
7
<input class="admin__control-file" type="file" data-bind="
8
hasFocus: focused,
@@ -14,4 +14,4 @@
14
disabled: disabled,
15
form: formId
16
}, event:{change: setFileValue}"
17
-/>
+>
0 commit comments