You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
Компонент вставляется на страницу как и другие существующие компоненты/html тэги, на примере простой турбо-страницы, предоставляемой через RSS это будет выглядеть следующим образом:
<?xml version="1.0" encoding="UTF-8"?>
<rssxmlns:yandex="http://news.yandex.ru"xmlns:media="http://search.yahoo.com/mrss/"xmlns:turbo="http://turbo.yandex.ru"version="2.0">
<channel>
<itemturbo="true">
<link>http://www.example.com/page1.html</link>
<turbo:content>
<![CDATA[ <h1>Привет, мир</h1> <p>Сегодня в Москве дождливо<p> <ExtFancyParagraph>А где-то сейчас солнечно...</ExtFancyParagraph>]]>
</turbo:content>
</item>
</channel>
</rss>
Как в итоге после изготовления вставлять компоненты в свои турбо страницы?
И хотелось бы пример с ajax
The text was updated successfully, but these errors were encountered: