biz9-logic 4.8.337 → 4.8.339
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 +5 -1
- package/package.json +1 -1
package/biz9_config
CHANGED
package/index.js
CHANGED
|
@@ -1809,6 +1809,8 @@ class Url_Logic {
|
|
|
1809
1809
|
static URL_CATEGORY_DETAIL="category/detail";
|
|
1810
1810
|
static URL_CATEGORY_HOME="category/home";
|
|
1811
1811
|
static URL_CATEGORY_SEARCH="category/search";
|
|
1812
|
+
//cms
|
|
1813
|
+
static URL_POST_CMS="item/post_cms";
|
|
1812
1814
|
//content
|
|
1813
1815
|
static URL_CONTENT="item/content";
|
|
1814
1816
|
//crud
|
|
@@ -1819,7 +1821,6 @@ class Url_Logic {
|
|
|
1819
1821
|
static URL_GET="main/crud/get";
|
|
1820
1822
|
static URL_PARENT_TOP="main/crud/parent_top";
|
|
1821
1823
|
static URL_POST="main/crud/post";
|
|
1822
|
-
static URL_POST_CMS="main/crud/post_cms";
|
|
1823
1824
|
static URL_POST_LIST="main/crud/post_list";
|
|
1824
1825
|
static URL_SEARCH="main/crud/search";
|
|
1825
1826
|
//dashboard
|
|
@@ -1832,6 +1833,9 @@ class Url_Logic {
|
|
|
1832
1833
|
//favorite
|
|
1833
1834
|
static URL_FAVORITE_POST="item/post_favorite";
|
|
1834
1835
|
static URL_FAVORITE_SEARCH="item/search_review";
|
|
1836
|
+
//field
|
|
1837
|
+
static URL_CUSTOM_FIELD="item/custom_field";
|
|
1838
|
+
static URL_POST_FIELD_VALUE="item/post_field_value";
|
|
1835
1839
|
//gallery
|
|
1836
1840
|
static URL_GALLERY_DETAIL="gallery/detail";
|
|
1837
1841
|
static URL_GALLERY_HOME="gallery/home";
|