Smartedit不支持的页面模板

2020-08-24 10:52发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


嗨,

当我在smartedit中添加新页面时,我发现我的某些页面模板丢失了。 我只能从主要目标网页模板中添加目标网页2模板。

挖掘了很久以后,我找到了这个文件

/ext-smartedit/cmssmarteidt/web/features/cmssmarteditContainer/services/pageTemplateService.js

有此部分

 angular.module('pageTemplateServiceModule',['smarteditServicesModule','resourceLocationsModule','yLoDashModule'])
         .constant('NON_SUPPORTED_TEMPLATES',[
             " layout/landingLayout1Page",
             " layout/landingLayout3Page",
             " layout/landingLayout4Page",
             " layout/landingLayout5Page",
             " layout/landingLayout6Page",
             " layout/landingLayoutPage",
             "帐户/帐户注册页",
             " checkout/checkoutRegisterPage"
         ])

 

很奇怪! 他们为什么会这样将这些不受支持的模板放在这里?

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


嗨,

当我在smartedit中添加新页面时,我发现我的某些页面模板丢失了。 我只能从主要目标网页模板中添加目标网页2模板。

挖掘了很久以后,我找到了这个文件

/ext-smartedit/cmssmarteidt/web/features/cmssmarteditContainer/services/pageTemplateService.js

有此部分

 angular.module('pageTemplateServiceModule',['smarteditServicesModule','resourceLocationsModule','yLoDashModule'])
         .constant('NON_SUPPORTED_TEMPLATES',[
             " layout/landingLayout1Page",
             " layout/landingLayout3Page",
             " layout/landingLayout4Page",
             " layout/landingLayout5Page",
             " layout/landingLayout6Page",
             " layout/landingLayoutPage",
             "帐户/帐户注册页",
             " checkout/checkoutRegisterPage"
         ])

 

很奇怪! 他们为什么会这样将这些不受支持的模板放在这里?

付费偷看设置
发送
1条回答
天桥码农
1楼-- · 2020-08-24 11:05

实际上,要编辑的文件是/ext-smartedit/cmssmarteidt/web/webroot/cmssmartedit/js/cmssmarteditContainer.js中的cmssmarteditContainer.js

一周热门 更多>