The News module enables content managers to publish news articles for selected user groups using different languages within the Virto Commerce platform. Additionally, the module offers features for scheduling articles publishing.

- Write articles using extended markup
- Localize articles to multiple languages
- Select multiple target user groups
- Shedule articles publishing
- Clone articles
- Setup SEO data


{
newsArticles(
storeId: "B2B-store"
languageCode: "en-US"
) {
items {
id
title
content
contentPreview
publishDate
seoInfo {
id
name
semanticUrl
pageTitle
metaDescription
metaKeywords
}
}
}
}
{
newsArticle(
id: "4ae1bb12-fd8f-4dcf-be92-9d5ad50b2a62"
storeId: "B2B-store"
languageCode: "en-US"
) {
id
title
content
contentPreview
publishDate
seoInfo {
id
name
semanticUrl
pageTitle
metaDescription
metaKeywords
}
}
}
Copyright (c) Virto Solutions LTD. All rights reserved.
This software is licensed under the Virto Commerce Open Software License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://virtocommerce.com/opensourcelicense.
Unless required by the applicable law or agreed to in written form, the software distributed under the License is provided on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.