feat: add temporal context and contextual help
This commit is contained in:
@@ -17,6 +17,11 @@ assert(
|
||||
"/docs?type=admin&context=campaign.review-send",
|
||||
"context references retain the requested audience projection"
|
||||
);
|
||||
assert(
|
||||
documentationHelpHref({ contextId: "calendar.field.title", fallbackContextId: "calendar.page", moduleId: "calendar" }) ===
|
||||
"/docs?type=user&context=calendar.field.title&fallback_context=calendar.page&module=calendar",
|
||||
"focused controls retain their page and module documentation fallback"
|
||||
);
|
||||
assert(
|
||||
documentationHelpHref({ topicId: "topic", anchorId: "details" }) ===
|
||||
"/docs?type=user&topic=topic#details",
|
||||
|
||||
Reference in New Issue
Block a user