biz9-logic 4.0.46 → 4.0.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/biz9_config +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/biz9_config
CHANGED
package/index.js
CHANGED
|
@@ -117,7 +117,6 @@ class Product{
|
|
|
117
117
|
}
|
|
118
118
|
return [category_list,product_list]
|
|
119
119
|
};
|
|
120
|
-
|
|
121
120
|
}
|
|
122
121
|
class Service{
|
|
123
122
|
static get_test = (option) =>{
|
|
@@ -786,6 +785,7 @@ class CMS {
|
|
|
786
785
|
static Tab_Edit_Title_List = 'list';
|
|
787
786
|
static Tab_Edit_Title_Value = 'value';
|
|
788
787
|
static Tab_Edit_Title_Setting = 'setting';
|
|
788
|
+
static Tab_Edit_Title_Custom_Field = 'custom_field';
|
|
789
789
|
static Tab_Edit_Title_Audio = 'audio';
|
|
790
790
|
static Tab_Edit_Title_Video = 'video';
|
|
791
791
|
static Tab_Edit_Title_Note = 'note';
|