Skip to content

Commit f1e2915

Browse files
author
Adam Tomat
committed
Added original view id when data for a pattern is loaded
1 parent 343b924 commit f1e2915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bootstrap/start.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* Useful for dynamically generating pattern data, e.g. sprites
4444
* $data is the raw output of the data.json
4545
*/
46-
ViewData::composer('elements/forms/input', function ($data) {
46+
ViewData::composer('elements/forms/input', function ($data, $id, $originalId) {
4747
// $data->label = 'boo yah!';
4848
});
4949

0 commit comments

Comments
 (0)