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
From my point of view, I prefer the 2nd approach using RegEx as this utilizes only one data field in settings, however it implies an incompatibility with v4.
@dsilhavy : Please advise! I'll follow up with full code as PR
The text was updated successfully, but these errors were encountered:
To follow up on #4384 and enhance #4385
We think it's a good idea to enable setting pairs of
@schemeIdUri
+values
as known essentialProperties.To enable this, I have two options available:
Settings.js
;with (in
Constants.js
)@value
which can utilize RegEx, similar to this:From my point of view, I prefer the 2nd approach using RegEx as this utilizes only one data field in settings, however it implies an incompatibility with v4.
@dsilhavy : Please advise! I'll follow up with full code as PR
The text was updated successfully, but these errors were encountered: