Newest Questions
7,422 questions
0
votes
2
answers
46
views
PowerShell API core service connections fail in PowerShell 7
We have been using our expanded version of the Tridion PowerShell API modules for many years. Recently I was forced to update to PowerShell 7 (from PS 5) because of a migration of SharePoint to ...
0
votes
0
answers
20
views
Customizing the default Sitemap.xml functionality in DXA 2.2.x (Java) by extending the getXmlSitemap() method not working
I am trying to create a custom Sitemap page that would override the default Sitemap.xml implementation in DXA. Here is the default Sitemap implementation
https://github.com/RWS/dxa-web-application-...
-1
votes
1
answer
51
views
Tridion sites10 CMS is not loading
I have installed Tridion access-management and CMS successfully, but CME is not at all loading.Keeps spinning from Authorization.aspx to authorize?client_id to signin-oidc.
Authorization.aspx is ...
0
votes
1
answer
50
views
Source tab in components Experience space
The source tab near General tab like classic UI is missing for components in experience space. Is there a way to enable it in experience space?
0
votes
1
answer
22
views
DXA 2.3 .NET Redis Timeout When Used With DXA Cache Regions
When using RedisCacheHandler for the following DXA cache regions: PageModel, EntityModel, Navigation_Static, Navigation_Dynamic, BinaryPublishDate, LinkResolving, PublicationMapping, BrokerQuery. ...
0
votes
2
answers
31
views
How to map entity's property when general and metadata has same named field?
There are fields named 'date' on both of general and metadata of a schema.
And on entity class, 'date' field is mapped to a property by using SemanticProperty.
Then metadata date field's value is set ...
0
votes
0
answers
19
views
Tridion Sites10 CME is not loading
I have installed Tridion access-management and CMS successfully, but CME is not at all loading.Keeps spinning from Authorization.aspx to authorize?client_id to signin-oidc.
Can anyone please help on ...
2
votes
0
answers
27
views
JS files not rendering in browser
We have uploaded a JS file to the HTML Design Package as a binary to Acme HTML Design component (Acme Publication > Building Blocks > Modules > Acme > Admin > Acme HTML Design). The ...
0
votes
1
answer
38
views
Unable to get template types. Failed to load configuration from file 'D:\apps\Tridion\Config\addonsSettings.json'
Getting the below error while retreiving an item from Tridion using core services.
System.ServiceModel.FaultException`1: 'Unable to get template types.
Failed to load configuration from file 'D:\apps\...
0
votes
1
answer
30
views
Query parameters are removed from Primary navigation extension page
I would like to open a new primary navigation page from context menu of a page in experience space UI.
Something like :
https://www.cms.com/ui/custom-primary-navigation?pageid=tcm:16-123-64
So that I ...
1
vote
1
answer
39
views
Unable to set the value of a multimedia link field in a ui extension
I'm trying to write a UI extension for Experience Space, which gets the ID of an image from a third-party service, converts it into an ECL uri and inserts a multimedia link to this (stub) item.
When I ...
1
vote
1
answer
27
views
Flexible page layout (dynamic region insertion)
Is there a way to let editors while inserting components into a page, to insert regions instead of forcing predefined regions to the page? It would be helpful to allow editors to select from allowed ...
1
vote
2
answers
91
views
Event handler in experience space tridion 10
We have event system to handle events like component save. It works fine in classic UI and able to debug it in VS but how to handle and debug for experience space and what is the going forward ...
2
votes
1
answer
44
views
how does publishing works with ECL item when using template less publishing, does it include ecl external metadata as well
When publishing a page having component with ecl item attached. it publishes successfully.
adding screenshot of page and component for reference
component:
when checking response on graphql it doesn'...
3
votes
1
answer
48
views
Sites 10 | Experience Space Extension - ItemSelector
Sites 10 Experience space UI - Extension requirement: In Tinymce editor, onclick of menu button a customized Modal will open with option to browse items (ItemSelector capability to select the items).
...