manifest/web/modules/custom/yufu_concept/README.md

26 lines
629 B
Markdown

# Yufu Concept
Vsebuje funkcionalnosti povezane s pojmi - osnovnimi gradniki manifesta.
## Endpoint /api/pojem/dodaj
Post request endpoint za dodajanje pojmov.
## Autocomplete za (povezane) pojme
@TODO: To be implemented.
## Posiljanje emailov
https://drupal.stackexchange.com/questions/235157/message-not-being-sent-in-the-body-of-the-mail
## Libretranslate
Automatic translations come from a libretranslate instance.
You must configure two settings options, the URL and API key:
```php
$settings['yufu_libretranslate_url'] = 'http[s]://<libretranslate_url>';
$settings['yufu_libretranslate_apikey'] = '<apikey>';
```