2023-09-30 20:02:02 +02:00
|
|
|
# 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
|
2024-07-11 12:05:14 +02:00
|
|
|
|
|
|
|
## 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>';
|
|
|
|
```
|