File tree Expand file tree Collapse file tree 4 files changed +19
-0
lines changed Expand file tree Collapse file tree 4 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "changes" : [
3
+ {
4
+ "packageName" : " c2pa" ,
5
+ "comment" : " added string and icon for c2pa.edited.metadata action" ,
6
+ "type" : " patch"
7
+ }
8
+ ],
9
+ "packageName" : " c2pa"
10
+ }
Original file line number Diff line number Diff line change 64
64
"c2pa.unknown" : {
65
65
"description" : " Performed other edits or activity that couldn't be recognized" ,
66
66
"label" : " Unknown edits or activity"
67
+ },
68
+ "c2pa.edited.metadata" : {
69
+ "description" : " Made changes to file metadata" ,
70
+ "label" : " Metadata changes"
67
71
}
68
72
}
69
73
}
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import drawing from '../../assets/svg/draw-dark.svg';
17
17
import edited from '../../assets/svg/edit-in-light-dark.svg' ;
18
18
import opened from '../../assets/svg/import-dark.svg' ;
19
19
import combinedAssets from '../../assets/svg/layers-dark.svg' ;
20
+ import metadata from '../../assets/svg/metadata.svg' ;
20
21
import created from '../../assets/svg/new-item-dark.svg' ;
21
22
import threed from '../../assets/svg/orbit-dark.svg' ;
22
23
import filtered from '../../assets/svg/properties-dark.svg' ;
@@ -38,6 +39,7 @@ export const icons = {
38
39
'c2pa.placed' : placed ,
39
40
'c2pa.resized' : resized ,
40
41
'c2pa.unknown' : unknown ,
42
+ 'c2pa.edited.metadata' : metadata ,
41
43
'com.adobe.3d' : threed ,
42
44
'com.adobe.animation_video' : animationVideo ,
43
45
'com.adobe.combined_asssets' : combinedAssets ,
You can’t perform that action at this time.
0 commit comments