biz9-logic 4.0.45 → 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 +2 -2
- 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) =>{
|
|
@@ -389,7 +388,7 @@ class DataType {
|
|
|
389
388
|
static BLOG_POST='blog_post_biz';
|
|
390
389
|
static CART_ITEM="cart_item_biz";
|
|
391
390
|
static CATEGORY='category_biz';
|
|
392
|
-
static CUSTOM_FIELD='
|
|
391
|
+
static CUSTOM_FIELD='custom_field_biz';
|
|
393
392
|
static CONTENT='content_biz';
|
|
394
393
|
static EVENT='event_biz';
|
|
395
394
|
static FAQ='faq_biz';
|
|
@@ -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';
|