directus-interface-french-company-identifier
Version:
Directus interface for handling french company identifiers (SIRET, SIREN & VAT number)
26 lines (13 loc) • 479 B
Markdown
# Directus Siret interface
A [Directus 7](https://github.com/directus/directus) interface to handle the
french company identifiers (SIREN, SIRET & VAT number).
It provides validation and formatting of values.
## Build
Build for production
```
npm run build
```
## Installation
Create a production build (`npm run build`) and copy the content
of the _dist_ directory to the _public/extensions/custom/interfaces/siret/_
directory of your Directus 7 api installation.