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
Want to use TYPE_LINK block field with telephone number or file and external url options, but don't want to show other options like: link target, internal page, email_address inside TYPE_LINK field or vice versa.
Is it possible to add filter options for this kind of usages?
The text was updated successfully, but these errors were encountered:
trk
changed the title
Enhancement : TYPE_LINK Show or Hide options
Enhancement : TYPE_LINK Show or Hide options
Jun 21, 2018
trk
changed the title
Enhancement : TYPE_LINK Show or Hide options
Enhancement : TYPE_LINK Show or Hide options
Jun 21, 2018
even we made that mistake also somewhere, but i would not prefix hide, just: targetOption = true/false (where true) is default value to not break BC. also i would add constants:
Link::TARGET_OPTION = true
(not sure where to put the constants yet, but you got the idea i think).
Want to use
TYPE_LINK
block field withtelephone number
orfile
andexternal url
options, but don't want to show other options like:link target
,internal page
,email_address
insideTYPE_LINK
field or vice versa.Is it possible to add filter options for this kind of usages?
The text was updated successfully, but these errors were encountered: