-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:DrilldownsEmbeddable panel DrilldownsEmbeddable panel DrilldownsenhancementNew value added to drive a business resultNew value added to drive a business result
Description
Part of #55324
Describe the feature:
Currently URL drilldown templating provides 3 custom helpers (rison, json, date) is addition to build-in handlebars helpers.
We should extend list of helpers with helpers for string manipulation, equity checks and others.
In addition to that, we should expose an extension point so plugin developers could extend list of helpers.
Preliminary list of must have helpers:
UPPER
LOWER
LEFT
MID
RIGHT
CONCAT
TRIM
LTRIM
RTRIM
- Take a look at for inspiration: https://github.com/helpers/handlebars-helpers
Describe a specific use case for the feature:
Example use case: #75450 (comment)
Registering custom helpers tracked here: #78404
Metadata
Metadata
Assignees
Labels
Feature:DrilldownsEmbeddable panel DrilldownsEmbeddable panel DrilldownsenhancementNew value added to drive a business resultNew value added to drive a business result