Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

Content Fragment

Avatar

Level 7

Q ) While configuring Content Fragment Component author has selected Display Mode as
“Single Text element” . This enables the selection of one MultiLine text element and enables
paragraph control options.
Which two properties will now determine the resulting paragraph system?(choose two)


a) Paragraph title
b) Paragraph scope
c) Paragraph description
d)Paragraph range

 

 

Ans is B and D ?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @JakeCham 

Yes, your answer is correct B and D . In the context of the Content Fragment Component with the Display Mode set to "Single Text element," the resulting paragraph system is determined by the following two properties:

b) Paragraph scope d) Paragraph range
https://github.com/adobe/aem-core-wcm-components/issues/730 



View solution in original post

2 Replies

Avatar

Community Advisor

Hi @JakeCham 
Please check

https://github.com/adobe/aem-core-wcm-components/tree/main/content/src/content/jcr_root/apps/core/wc...

 

  1. ./paragraphScope - defines if all or a range of paragraphs are to be rendered (only used in paragraph mode)
  2. ./paragraphRange - defines the range(s) of paragraphs to be rendered (only used in paragraph mode and if paragraphs are restricted


Arun Patidar

Avatar

Correct answer by
Community Advisor

Hi @JakeCham 

Yes, your answer is correct B and D . In the context of the Content Fragment Component with the Display Mode set to "Single Text element," the resulting paragraph system is determined by the following two properties:

b) Paragraph scope d) Paragraph range
https://github.com/adobe/aem-core-wcm-components/issues/730