File tree 3 files changed +3
-3
lines changed
src/PatternLab/PatternData/Rules
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public function __construct($options) {
26
26
parent ::__construct ($ options );
27
27
28
28
$ this ->depthProp = 3 ; // 3 means that depth won't be checked
29
- $ this ->extProp = "json||yaml " ;
29
+ $ this ->extProp = "json||yaml||yml " ;
30
30
$ this ->isDirProp = false ;
31
31
$ this ->isFileProp = true ;
32
32
$ this ->searchProp = ".listitems. " ;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public function __construct($options) {
26
26
parent ::__construct ($ options );
27
27
28
28
$ this ->depthProp = 3 ; // 3 means that depth won't be checked
29
- $ this ->extProp = "json||yaml " ;
29
+ $ this ->extProp = "json||yaml||yml " ;
30
30
$ this ->isDirProp = false ;
31
31
$ this ->isFileProp = true ;
32
32
$ this ->searchProp = "" ;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public function __construct($options) {
26
26
parent ::__construct ($ options );
27
27
28
28
$ this ->depthProp = 3 ; // 3 means that depth won't be checked
29
- $ this ->extProp = "json||yaml " ;
29
+ $ this ->extProp = "json||yaml||yml " ;
30
30
$ this ->isDirProp = false ;
31
31
$ this ->isFileProp = true ;
32
32
$ this ->searchProp = "~ " ;
You can’t perform that action at this time.
0 commit comments