Blueprint Developer Manual / Version 2406.0
Table Of Contents
Contributions can be transformed into content objects for further use. In CoreMedia
Blueprint the CuratedTransferExtensionPoint
must be
configured to define the type of content:
rules: [ ... Config(CuratedTransferExtensionPoint, { plugins: [ Config(AddItemsPlugin, { items: [ Config(Separator, { itemId: ElasticSocialStudioPlugin. CURATED_TRANSFER_EXTENSION_POINT_SEP_FIRST_ITEM_ID }), Config(IconButton, { itemId: "createArticleBtn", scale: "medium", ui: ButtonSkin.WORKAREA.getSkin(), tooltip: ..., text: ..., iconCls: ..., baseAction: new OpenQuickCreateAction({ contentType: "CMArticle", skipInitializers: true, onSuccess: CuratedUtil.postCreateArticleFromComments, }), }), ], }), ], ... ]
The content property can be configured in CuratedTransferResource.java
:
private static final String CONTENT_PROPERTY_TO_COPY_TO = "detailText";