Skip to content

Enables content managers to publish news articles for selected user groups using different languages within the Virto Commerce platform.

License

Notifications You must be signed in to change notification settings

VirtoCommerce/vc-module-news

Repository files navigation

Virto Commerce News Module

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.

image

Key features

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

Screenshots

image
image

XAPI Specification

Query

{
  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
    }
  }
}

Documentation

References

License

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.

About

Enables content managers to publish news articles for selected user groups using different languages within the Virto Commerce platform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 6