|
||
---|---|---|
.. | ||
config/install | ||
src | ||
tests | ||
README.md | ||
yufu_concept.info.yml | ||
yufu_concept.module | ||
yufu_concept.services.yml |
README.md
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:
$settings['yufu_libretranslate_url'] = 'http[s]://<libretranslate_url>';
$settings['yufu_libretranslate_apikey'] = '<apikey>';