Developer forum

Forum » CMS - Standard features » Deployment Tool - Content (using Visual Editor)

Deployment Tool - Content (using Visual Editor)

Nancy Morano Dynamicweb Employee
Nancy Morano
Reply

Hello,

We have recently discovered an issue using the Deployment Tool to push content from one environment to another (in version 9.9.5).  Looks like the deployment tool is not considering the new Visual Editor rows and columns.  The content is being brough over as "not in template".  Can that please be fixed?  (In the meantime, we know we can go in and create a new row and then link to the "not in template" content to have it display.)

Thank you very much,

Nancy Morano


Replies

 
Nicolai Pedersen
Reply
This post has been marked as an answer

Deployment of rows is part of 9.9 release: https://doc.dynamicweb.com/downloads/releases/release-notes/dw-9-9-release-notes#10516

You might need to update your deployment groups to include the grid - see below.

<DataGroup Id="Content" Name="Content" ParentId="" Icon="Desktop">
  <DataItemTypes>
    <DataItemType Id="ItemTypes" Name="Item types" ProviderTypeName="Dynamicweb.Deployment.DataItemProviders.Files.FilesDataItemProvider">
      <ProviderParameters>
        <Parameter Name="RecursiveSearch" Value="false" />
        <Parameter Name="TargetPath" Value="/Files/System/Items" />
      </ProviderParameters>
    </DataItemType>
    <DataItemType Id="Area" Name="Areas" ProviderTypeName="Dynamicweb.Deployment.DataItemProviders.Content.AreaDataItemProvider">
    </DataItemType>
    <DataItemType Id="Page" Name="Pages" ProviderTypeName="Dynamicweb.Deployment.DataItemProviders.Content.PageDataItemProvider">
    </DataItemType>
    <DataItemType Id="Paragraph" Name="Paragraphs" ProviderTypeName="Dynamicweb.Deployment.DataItemProviders.Content.ParagraphDataItemProvider">
    </DataItemType>
    <DataItemType Id="Rows" Name="Rows" ProviderTypeName="Dynamicweb.Deployment.DataItemProviders.Content.GridRowDataItemProvider">
    </DataItemType>    
  </DataItemTypes>
</DataGroup>

Also up-to-date deployment configurations can be found here:

https://doc.dynamicweb.com/downloads/other-downloads#sideNavTitle1-3

BR Nicolai

Votes for this answer: 1
 
Nancy Morano Dynamicweb Employee
Nancy Morano
Reply

Nicolai,

Thank you for your response.  We have updated the Deployment Group and have confirmed that it is now working.

Thanks again,

Nancy Morano

 

You must be logged in to post in the forum