[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] editable format blocks: inline ones prefer text field rather than...

"Victor Emanouilov \(@kroky\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <699c452aeb24a_3b186e9c5938@gitlab-sidekiq-low-urgency-cpu-bound-v2-858756f8df-qz6d9.mail>

Victor Emanouilov pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
b32f2f90 by Victor Emanouilov at 2026-02-23T14:12:45+02:00
[FIX] editable format blocks: inline ones prefer text field rather than wysiwyg even if smarty renders them

- - - - -


1 changed file:

- lib/core/Search/Formatter/Plugin/SmartyTemplate.php


Changes:

=====================================
lib/core/Search/Formatter/Plugin/SmartyTemplate.php
=====================================
@@ -164,7 +164,7 @@ class Search_Formatter_Plugin_SmartyTemplate implements Search_Formatter_Plugin_
                     'field' => [
                         'id' => $this->editableId,
                         'type' => 'form',
-                        'wysiwyg' => true,
+                        'wysiwyg' => $this->editable === 'inline' ? false : true,
                     ],
                 ],
             );



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/b32f2f9053cda916cac6c4c6ac596ecfbd430cb2

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/b32f2f9053cda916cac6c4c6ac596ecfbd430cb2
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.