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