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

629 B

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>';