We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Здравствуйте, как вывести доп поле загружаемую картинку через модуль
ибо выводит {$el.xfields.poster} вместо картинки "2022-07/4vwon2q4srm.webp|0|0|1500x1500|32.33 Kb"
хотя через [xfvalue_poster] выводит все верно
The text was updated successfully, but these errors were encountered:
Аналогичная проблема, код брал с официальной документации, но вместо картинок заглушки :(
Sorry, something went wrong.
Таже проблема. Выводит: <img class="responsive medium medium-width" src="/uploads/posts/2023-02/1676020365os.webp|0|0|960x640|152.63 Kb" alt=""> В шаблоне: <img class="responsive medium medium-width" src="/uploads/posts/{$el.xfields['article-img']}" alt="">
<img class="responsive medium medium-width" src="/uploads/posts/2023-02/1676020365os.webp|0|0|960x640|152.63 Kb" alt="">
<img class="responsive medium medium-width" src="/uploads/posts/{$el.xfields['article-img']}" alt="">
No branches or pull requests
Здравствуйте, как вывести доп поле загружаемую картинку через модуль
ибо выводит {$el.xfields.poster} вместо картинки
"2022-07/4vwon2q4srm.webp|0|0|1500x1500|32.33 Kb"
хотя через [xfvalue_poster]
выводит все верно
The text was updated successfully, but these errors were encountered: