# 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]://'; $settings['yufu_libretranslate_apikey'] = ''; ```