Expand my Community achievements bar.

SOLVED

Unable to remove the components from Editable Templates

Avatar

Level 5

Hello Everyone,

We are using editable templates, after adding the components to the editable template I noticed that there is no trash icon in the toolbar so we are unable to remove the component from Template. Is it expected behavior with the editable templates because when I use the same component on static templates I am seeing trash icon and I am able to remove the component.

Note:

We are not seeing trash icon for the components in their rendering script

If we referencing content within structure components via data-sly-resource using the @ resourceType option, we are unable to delete the component.

Code snippet of my component rendering script:

<div class="full-stack-content">

    <div class="container">

        <data-sly-resource="${ @path='sectionResponsiveGrid', resourceType='wcm/foundation/components/responsivegrid'}"></div>

    </div>

</div>

Section cmp.png

If we do not have any referencing content within structure components via data-sly-resource using the @ resourceType option we are seeing the trash icon like shown below.

leagel footer cmp.png

Thanks,

Narayana.

1 Accepted Solution

Avatar

Correct answer by
Level 5

I found one article about it, after following those steps (after adding the section component and if I authored it I am able to see the trash icon/ delete button) I am able to remove that component from editable template.
adobe - Not able to remove components in Editable Template AEM - Stack Overflow

Hi  smacdonald2008​ can you confirm is this the correct way to follow it ?

View solution in original post

13 Replies

Avatar

Community Advisor

Hi Narayana,

If you have any components directly added via page component script you can't remove that. It is part of structure until you don't remove it from code but other components that you allowed you can add and remove from template editor.



Arun Patidar

Avatar

Level 5

Hi Arun,

Thanks for your response, I agree that. Here, I am  trying to remove the component which I added on the editable template, not the one which I added in the rendering script..... in my case I am not removing responsivegrid which I added in the rendering script from my above code snippet.

Avatar

Community Advisor

Hi,

You need to remove those components from allowed component property of template.

Example:

Screen Shot 2018-09-13 at 6.01.00 PM.png

Screen Shot 2018-09-13 at 6.00.52 PM.png

Screen Shot 2018-09-13 at 6.02.46 PM.png



Arun Patidar

Avatar

Level 10

An Author can only delete components that are set in the Responsive Grid and are allowed to be used via the policy - such as the Text component.

ADelete.png

However - an author cannot delete components on a page that are locked down in the editable template.  This is by design.

To modify this, you need to open an editable template and make changes to it - as Arun points out.

Avatar

Level 10

Furthermore - you can delete a component that is locked in the editable template from the template view (as opposed to within a page). See here:

ADelete1.png

So in summary - components can be deleted from the page - if they are allowed to be used in the Responsive Grid and set via the policy

Components that are locked in the editable template cannot be deleted from the page. They have to be deleted from the editable template - then all pages that use this template will no longer have the component shown.

Avatar

Level 10

For those reading this and want to get up and running fast with editable templates - see this HELPX artilce -- Adobe Experience Manager Help | Creating an Adobe Experience Manager 6.4 website using Editable Temp...

Avatar

Level 5

Yes, I did try to do like that but once we add the components (in my case section) to editable templates they are not disappearing even if you unlock the component from template and go back to the policies and try to remove the components.

Avatar

Correct answer by
Level 5

I found one article about it, after following those steps (after adding the section component and if I authored it I am able to see the trash icon/ delete button) I am able to remove that component from editable template.
adobe - Not able to remove components in Editable Template AEM - Stack Overflow

Hi  smacdonald2008​ can you confirm is this the correct way to follow it ?

Avatar

Level 5

we are using AEM 6.3 is there any article on AEM 6.3.

Avatar

Level 10

If the component is locked in the editable template - only way to delete it is from the template view. You cannot delete (or even modify) a locked component from the page view. A locked component results in an author not being able to touch it within the page view (see the video below).

Avatar

Level 10

That 6.4 article should be backwards compatible for 6.3.

Avatar

Level 10

Here is a video i just created to clear this up:

Also for more information on Editable Templates - watch this Guided Journey (You can also find this GJ in Experience League):

Scott's Digital Community: Guided Journey for Experience Manager on Editable Templates

Hope this helps...

Avatar

Level 1

I had the same problem. The Stackoverflow solution indeed helped. https://stackoverflow.com/questions/50447249/not-able-to-remove-components-in-editable-template-aem

For me, I had to go into the editable template and switch from Structure to Initial Content, in order to add content to the component. Then I was able to delete it. 

Adobe should consider improving the experience of using a component with data-sly-resource using the @ resourceType option.