掲示板

Liferay 6.2 documentation dead link for resource importer samples

7年前 に Simon Wiesmann によって更新されました。

Liferay 6.2 documentation dead link for resource importer samples

New Member 投稿: 2 参加年月日: 16/04/15 最新の投稿
Hello Liferay community,


I'm currently investigating the resource importer and wanted to download the sample contents (sample-templates-importer-contents.zip). It seems the file is no longer available. There's a link to the file on this page: https://dev.liferay.com/develop/tutorials/-/knowledge_base/6-2/creating-plugins-to-share-structures-templates-and-more

I'd find a batch of samples very helpful - any chance someone at Liferay Inc could upload it again? :-)


Thanks a lot,
Simon
thumbnail
7年前 に Amos Fong によって更新されました。

RE: Liferay 6.2 documentation dead link for resource importer samples

Liferay Legend 投稿: 2047 参加年月日: 08/10/07 最新の投稿
Hi Simon:

Here is an example:
https://github.com/liferay/liferay-plugins/tree/6.2.x/portlets/test-resources-importer-portlet

There are also some other themes that use it too. Search the repo for "resources-importer-web" in liferay-plugin-package.properties.
thumbnail
7年前 に Jakub Bebjak によって更新されました。

RE: Liferay 6.2 documentation dead link for resource importer samples

Junior Member 投稿: 25 参加年月日: 14/01/16 最新の投稿
Wow great sample!

One more question, when im importing pages where can I generate uuid?
{
	"layoutTemplate": {
		"columns": [
			[
				{
					"portletId": "58"
				}
			],
			[
				{
					"portletId": "47"
				}
			]
		],
		"description": "Page 1",
		"friendlyURL": "/page-1",
		"name": "Page 1",
		"title": "Page 1",
		"uuid": "371647ba-3649-4039-bfe6-ae32cf404737"
	},
	"layoutTemplateId": "2_columns_ii"
}


or I can use a random uuid?

Thank you!
thumbnail
7年前 に Amos Fong によって更新されました。

RE: Liferay 6.2 documentation dead link for resource importer samples

Liferay Legend 投稿: 2047 参加年月日: 08/10/07 最新の投稿
You can generate any uuid.