[TikiWiki-commits] [Git][tikiwiki/tiki][27.x] [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 <699c4513ac236_3b8f6b8c486e7@gitlab-sidekiq-low-urgency-cpu-bound-v2-858756f8df-2schq.mail>

Victor Emanouilov pushed to branch 27.x at Tiki Wiki CMS Groupware / Tiki


Commits:
96168df5 by Victor Emanouilov at 2026-02-23T14:12:33+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
=====================================
@@ -131,7 +131,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/96168df59b9cead78bbdff98e2f92cd0d36677b5

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/96168df59b9cead78bbdff98e2f92cd0d36677b5
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.