@cmpsr/cml
Advanced tools
Comparing version 0.3.1 to 0.4.0
@@ -139,2 +139,6 @@ "use strict"; | ||
switch(fieldType){ | ||
case 'AiTextGenerator': | ||
searchValue = match; | ||
newValue = ''; | ||
break; | ||
case 'AccordionsGallery': | ||
@@ -141,0 +145,0 @@ case 'Action': |
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"author": "Takeichi Kanzaki Cabrera <me@tkanzakic.com>", | ||
@@ -13,0 +13,0 @@ "license": "MIT", |
21331
563