Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.49 KB

README.md

File metadata and controls

58 lines (35 loc) · 1.49 KB

CONTENTS OF THIS FILE

  • Introduction
  • Requirements
  • Installation
  • Configuration
  • Maintainers

INTRODUCTION

YML (Yandex Market Language) — is XML file with products for Yandex.Market. Not to be confused with YAML files, which also have .yml extension.

This module provide API for developers to generate product yml file. Module doesn't contain any administrative interface.

Features:

REQUIREMENTS

This module requires no modules outside of Drupal core.

INSTALLATION

It's recommended to install module via composer.

CONFIGURATION

There is no UI to configure module out of the box. This module is require you to write a bit of code. For further information look at documentation or in docs folder inside module.

MAINTAINERS