Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

How can I revert a content fragment back to a document asset?

Avatar

Level 2

I have a txt file in my Assets folder.

I mistakenly clicked Edit on it.

I get the message: " The Manuscript Editor is now deprecated. Redirecting to the new Content Fragment editor..."

The document asset now shows up as a Content Fragment. It is no longer an "asset".

How do i get out of this mode?

I noticed that in CRX/DE, the item now has a "model" node. Deleting the model node on this asset causes the *entire* assets folder to not show any previews.

1 Accepted Solution

Avatar

Correct answer by
Level 2

nandand81957514​ Setting contentFragment value under jcr:content to false should revert asset to txt file from content fragment.

To edit this asset again you will have to set contentFragment value to true again.

2 Replies

Avatar

Correct answer by
Level 2

nandand81957514​ Setting contentFragment value under jcr:content to false should revert asset to txt file from content fragment.

To edit this asset again you will have to set contentFragment value to true again.

Avatar

Level 2

Thanks!

Exactly what i was looking for!