close

Filter

loading table of contents...

Blueprint Developer Manual / Version 2210

Table Of Contents

6.3.6 Curated transfer

Contributions can be transformed into content objects for further use. In CoreMedia Blueprint the CuratedTransferExtensionPoint must be configured to define the type of content:

<editor:rules>
    ...
      <elastic:CuratedTransferExtensionPoint>
        <elastic:plugins>
          <ui:AddItemsPlugin>
            <ui:items>
              <TbSeparator
itemId="{CURATED_TRANSFER_EXTENSION_POINT_SEP_FIRST_ITEM_ID}"/>
              <ui:IconButton itemId="createArticleBtn"
                             scale="medium"
                             ui="{ButtonSkin.WORKAREA.getSkin()}"
                             tooltip="..."
                             text="..."
                             iconCls="...">
                <ui:baseAction>
                  <bpb-components:OpenQuickCreateAction
                                  contentType="CMArticle"
                                  skipInitializers="true"
onSuccess="{CuratedUtil.postCreateArticleFromComments}"/>
                </ui:baseAction>
              </ui:IconButton>
            </ui:items>
          </ui:AddItemsPlugin>
        </elastic:plugins>
      </elastic:CuratedTransferExtensionPoint>
      ...
    </editor:rules>

The content property can be configured in CuratedTransferResource.java:

    private static final String CONTENT_PROPERTY_TO_COPY_TO = "detailText";
    

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.