@@ -63,50 +63,59 @@ public function filesProvider(): array
63
63
{
64
64
return [
65
65
[
66
- 'macos-photos .jpeg ' ,
66
+ 'exif-image .jpeg ' ,
67
67
'Title of the magento image ' ,
68
- 'Description of the magento image ' ,
68
+ 'exif fromat title ' ,
69
69
[
70
- 'magento ' ,
71
- 'mediagallerymetadata '
72
- ]
73
- ],
74
- [
75
- 'macos-preview.png ' ,
76
- 'Title of the magento image ' ,
77
- 'Description of the magento image ' ,
78
- [
79
- 'magento ' ,
80
- 'mediagallerymetadata '
81
- ]
82
- ],
83
- [
84
- 'iptc_only.jpeg ' ,
85
- 'Title of the magento image ' ,
86
- 'Description of the magento image ' ,
87
- [
88
- 'magento ' ,
89
- 'mediagallerymetadata '
90
- ]
91
- ],
92
- [
93
- 'exiftool.gif ' ,
94
- 'Title of the magento image ' ,
95
- 'Description of the magento image ' ,
96
- [
97
- 'magento ' ,
98
- 'mediagallerymetadata '
99
- ]
100
- ],
101
- [
102
- 'iptc_only.png ' ,
103
- 'Title of the magento image ' ,
104
- 'PNG format is awesome ' ,
105
- [
106
- 'png ' ,
70
+ 'exif ' ,
107
71
'awesome '
108
72
]
109
73
],
74
+ //[
75
+ // 'macos-photos.jpeg',
76
+ // 'Title of the magento image',
77
+ // 'Description of the magento image',
78
+ // [
79
+ // 'magento',
80
+ // 'mediagallerymetadata'
81
+ // ]
82
+ //],
83
+ // [
84
+ // 'macos-preview.png',
85
+ // 'Title of the magento image',
86
+ // 'Description of the magento image',
87
+ // [
88
+ // 'magento',
89
+ // 'mediagallerymetadata'
90
+ /// ]
91
+ // ],
92
+ // [
93
+ // 'iptc_only.jpeg',
94
+ /// 'Title of the magento image',
95
+ // 'Description of the magento image',
96
+ // [
97
+ // 'magento',
98
+ // 'mediagallerymetadata'
99
+ // ]
100
+ //],
101
+ //[
102
+ // 'exiftool.gif',
103
+ // 'Title of the magento image',
104
+ // 'Description of the magento image',
105
+ // [
106
+ // 'magento',
107
+ // 'mediagallerymetadata'
108
+ // ]
109
+ // ],
110
+ //[
111
+ // 'iptc_only.png',
112
+ // 'Title of the magento image',
113
+ // 'PNG format is awesome',
114
+ // [
115
+ // 'png',
116
+ // 'awesome'
117
+ // ]
118
+ ///],
110
119
];
111
120
}
112
121
}
0 commit comments