mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-07 10:36:27 +08:00
Map wysiwyg and textblock fields to html
This commit is contained in:
parent
5e60672505
commit
6eee580b11
1 changed files with 13 additions and 0 deletions
|
@ -11,5 +11,18 @@ parameters:
|
||||||
# todo: to be enabled in future
|
# todo: to be enabled in future
|
||||||
# - to be aligned/tested for all the readonly cases. e.g. customCode & displayParams
|
# - to be aligned/tested for all the readonly cases. e.g. customCode & displayParams
|
||||||
# readonly_map:
|
# readonly_map:
|
||||||
|
# unset: true
|
||||||
|
# matchAll: false
|
||||||
# from: { type: readonly, readonly: true }
|
# from: { type: readonly, readonly: true }
|
||||||
# to: { display: readonly }
|
# to: { display: readonly }
|
||||||
|
wysiwyg_map:
|
||||||
|
from: { type: wysiwyg }
|
||||||
|
to: { type: html }
|
||||||
|
html_readonly_map:
|
||||||
|
matchAll: true
|
||||||
|
from: { type: html, source: non-db }
|
||||||
|
to: { display: readonly }
|
||||||
|
textblock_readonly_map:
|
||||||
|
matchAll: true
|
||||||
|
from: { type: textblock}
|
||||||
|
to: { type: html, display: readonly }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue