Are you talking about this dam-users group, if yes I am not part of this group on both environments but I am able to see the create button in one of the environment and I dont see any error in the console.
And also For that group permissions are enabled.
Also I have enabled permissions for home/use...
Hi,
I have enabled the permissions for collections(content/dam/collections) even after that the create button isnt visible
As I checked on other environments there I can see the create button, but in uat environment I am not able to see that create button.Kindly help me to fix this
Hi All,
I have a container component which has resourcesupertype core component, inside container component I have components like image and text, I want to resize these components(image, text) but I was unable to resize them on dekstop but able to resize on phone and tablet.
But I was able to resi...
Hi
I am trying to rezise components using layout but the controls are unstable (jumping too much) and not very useful for editors.
Can anyone help me to fix this
Yes I also did the same, I dropped two containers and adjusted their width to 6grids using layout mode and added components inside them, but after the test release the containers are under each other.
Now I am not able to resize the containers to 6 width to keep them side by side
Hi All,
Actually I have two containers, I placed the containers next to each other and add components inside them, but after test release the containers moved under each other, i am not able to move them back(next to each other).
I have a requirement to keep them next to each other. Is there any wa...
Hi Team,
There are many issues with the layout.
On the template level, there's an overflow of the containers on the right
When I try to do layout on the smaller screen (tablet) the container is not even fully visible in the section.
Grid.less file having this code
/* * Copyright 2018 Adobe S...
Hi Team,
I tried to add breadcrumb component on template in initial content, but its throwing this error. Can anyone help me
My component is just inheriting from core v3 breadcrumb
Hi,
I have set breakpoints at templates for mobile and tablet like this
@max_col: 12;
/* default breakpoint */.aem-Grid {.generate-grid(default, @max_col);}
/* phone breakpoint */@media (max-width: 768px) {.aem-Grid {.generate-grid(phone, @max_col);}}
/* tablet breakpoint */@media (min-width: 769px)...