how to import a theme in liferay 7 workspace?

前端 未结 2 948
情深已故
情深已故 2021-01-17 03:37

how to import a theme in liferay 7 workspace?

I added the theme under workspace/themes and I tried to deploy it but did not work. The build type of my Theme is Ant.<

2条回答
  •  一向
    一向 (楼主)
    2021-01-17 04:27

    To upgrade existing liferay 6 theme refer following url

    https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-0/upgrading-themes
    

    use following command to upgrade your existing liferay 6 theme.

    gulp upgrade
    

    You can build liferay 7 theme using following url, and copy your existing liferay theme css, js and portal files to new theme directory.

    https://web.liferay.com/web/smgulnaaz/blog/-/blogs/theme-creation-in-liferay-7
    

提交回复
热议问题