Expand my Community achievements bar.

SOLVED

Scaffolding Mode in AEM 6.5.1

Avatar

Level 2

In AEM 6.5.1, Scaffolding Mode is not available in the dropdown. In the documentation, it is mentioned that

  • Depending on the characteristics of the page, some modes may not be available.
  • Access to some modes require the appropriate permissions/privileges.

What is required to see the Scaffolding option among "Edit", "Layout", "Developer", "Timewarp", "Targeting"

1809977_pastedImage_1.png

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi,

What did you do to try and activate Scaffolding mode?

Making the Scaffolding mode appear

  1. Go to the Classic UI: http://localhost:4502/libs/cq/core/content/welcome.html
  2. In the menu on the left select Tools
  3. In the node tree to the left select Default Page Scaffolding > Default Page Scaffolding
  4. Click on New... > New Page... and select the Scaffolding Template template
  5. Now double-click your new entry to the list in the main panel to open the editor
  6. In the AEM Pod (should be floating to the right of the screen), select Page Properties...
    1810389_pastedImage_3.png
  7. In the dialog box, enter a Target Path pointing to the page which you want to build a scaffold from (I chose http://localhost:4502/editor.html/content/we-retail/language-masters/en/experience/arctic-surfing-in... for example) and a Target Template pointing to the template to use (I chose the template of my target page).
    1810390_pastedImage_4.png
  8. Click OK and open your target page in the editor, you'll now see the Scaffolding option among the edit modes:
    1810394_pastedImage_6.png

Alternatives

You may notice that the documentation for Scaffolding is present but limited for AEM 6.5, but the entries in the Classic UI Tools menu are marked as "(Deprecated)":

1810395_pastedImage_8.png

I'm not sure what the official position of Adobe is on the subject (maybe someone can tell us if they have more info), but you could consider using Content Fragments and Dynamic Templates instead, two features that are going strong in AEM 6.5.

Basically the idea would be to create a template that allows one Image and one Content Fragment component for example. Then create a Content Fragment Model which would allow users to create new Content Fragments using a simple form-based interface. They would just need to point the Content Fragment component to their Content Fragment   I'm not sure exactly what your requirement is so it's just a suggestion of course.

View solution in original post

4 Replies

Avatar

Community Advisor

Scaffolding Mode is only shown if the page has a scaffolding page configured.

AEM Sites



Arun Patidar

Avatar

Level 2

The page does have a property "cq:scaffolding" pointing to the scaffolding page, but still now shown.

Avatar

Correct answer by
Level 10

Hi,

What did you do to try and activate Scaffolding mode?

Making the Scaffolding mode appear

  1. Go to the Classic UI: http://localhost:4502/libs/cq/core/content/welcome.html
  2. In the menu on the left select Tools
  3. In the node tree to the left select Default Page Scaffolding > Default Page Scaffolding
  4. Click on New... > New Page... and select the Scaffolding Template template
  5. Now double-click your new entry to the list in the main panel to open the editor
  6. In the AEM Pod (should be floating to the right of the screen), select Page Properties...
    1810389_pastedImage_3.png
  7. In the dialog box, enter a Target Path pointing to the page which you want to build a scaffold from (I chose http://localhost:4502/editor.html/content/we-retail/language-masters/en/experience/arctic-surfing-in... for example) and a Target Template pointing to the template to use (I chose the template of my target page).
    1810390_pastedImage_4.png
  8. Click OK and open your target page in the editor, you'll now see the Scaffolding option among the edit modes:
    1810394_pastedImage_6.png

Alternatives

You may notice that the documentation for Scaffolding is present but limited for AEM 6.5, but the entries in the Classic UI Tools menu are marked as "(Deprecated)":

1810395_pastedImage_8.png

I'm not sure what the official position of Adobe is on the subject (maybe someone can tell us if they have more info), but you could consider using Content Fragments and Dynamic Templates instead, two features that are going strong in AEM 6.5.

Basically the idea would be to create a template that allows one Image and one Content Fragment component for example. Then create a Content Fragment Model which would allow users to create new Content Fragments using a simple form-based interface. They would just need to point the Content Fragment component to their Content Fragment   I'm not sure exactly what your requirement is so it's just a suggestion of course.

Avatar

Level 2

As mentioned about scaffolding in the link (https://helpx.adobe.com/de/experience-manager/6-4/sites/deploying/using/repository-restructuring-in-...) the scaffolding functionality does not work if we create scaffolds under / apps / settings / wcm / template-types / scaffolding / scaffolding
Is this a bug?