Details
-
Type:
Feature Request
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Theme Dev, Theme Dev > Resource Importer
-
Labels:None
-
Similar Issues:
Description
- Place an Asset Publisher on the home page.
- Go to another page and add asset publisher and configure it to "Set as the Default Asset Publisher for This Page"
- Then edit web content that shows up in asset publisher
- edit Display Page >> Select Page
{
assets: [
{
abstractSummary: "Zoe golf icon Arnold Palmer received the Congressional Gold Medal at a special ceremony at the U.S. Capitol on Sept. 12. The medal is the highest civilian award in the U.S., along with the Presidential Medal of Freedom, which Palmer received in 2004.",
name: "Ad.html",
smallImage: "1.gif",
tags: [
"Zoe News"
]
}
]
}
The preferred result solution would be to add
{
assets: [
{
abstractSummary: "Zoe golf icon Arnold Palmer received the Congressional Gold Medal at a special ceremony at the U.S. Capitol on Sept. 12. The medal is the highest civilian award in the U.S., along with the Presidential Medal of Freedom, which Palmer received in 2004.",
name: "Ad.html",
displayPage: "home",
smallImage: "1.gif",
tags: [
"Zoe News"
]
}
]
}
[displayPage: "home"] home would link to the page

I noticed that when I manually select display page that in the journalarticle table a "layoutUuid" is added to web content that matches the uuid in "layout" table that match the corresponding page