updated to the new pikotools api: [ezc out] and [out] changed to [ezc frame] or just [frame]
- when returning json streams changed "out" field to "frames" - renamed config parameter: allow_ezc_out_in_executable_items -> allow_ezc_frames_in_executable_items - added basic support for ajax requests in thread plugin
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<h1>{create_thread_header}</h1>
|
||||
|
||||
|
||||
<form class="uk-form-stacked" method="post" action="[doc_base_url][dir]createthread">
|
||||
<form class="uk-form-stacked" method="post" action="[doc_base_url][dir]createthread" [if winix_has_htmx]hx-post="[doc_base_url][dir]createthread" hx-push-url="true"[end]>
|
||||
|
||||
<div class="uk-margin">
|
||||
<label class="uk-form-label" for="winix_title_id">{title}</label>
|
||||
|
||||
Reference in New Issue
Block a user