Skip to content

Commit c6780b4

Browse files
committed
Conformed target content to SpecificResource class structure 📝
h/t/ @stephenwf
1 parent 2cc3594 commit c6780b4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎recipe/0045-css/manifest.json‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,12 @@
9191
},
9292
"target": {
9393
"type": "SpecificResource",
94-
"source": "{{ id.path }}/canvas/p1#xywh=170,160,2200,1000",
95-
"styleClass": "author2"
94+
"source": "{{ id.path }}/canvas/p1",
95+
"styleClass": "author2",
96+
"selector": {
97+
"type": "FragmentSelector",
98+
"value": "xywh=170,160,2200,1000"
99+
}
96100
}
97101
}
98102
]

0 commit comments

Comments
 (0)