mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Add GettingStartedService/Registry and initial getting started UI (#111175)
* WIP -Getting Started Registry * Initial idea of how registry/service will work * Getting started with Getting Started * Add telemetry and touch up enablement flag * Add contrib as startup editor * Move to allowing static Getting Start blob * No newline * Remove unused enum
This commit is contained in:
@@ -1373,8 +1373,8 @@ export function safeInnerHtml(node: HTMLElement, value: string): void {
|
||||
const options = _extInsaneOptions({
|
||||
allowedTags: ['a', 'button', 'blockquote', 'code', 'div', 'h1', 'h2', 'h3', 'input', 'label', 'li', 'p', 'pre', 'select', 'small', 'span', 'strong', 'textarea', 'ul', 'ol'],
|
||||
allowedAttributes: {
|
||||
'a': ['href'],
|
||||
'button': ['data-href'],
|
||||
'a': ['href', 'x-dispatch'],
|
||||
'button': ['data-href', 'x-dispatch'],
|
||||
'input': ['type', 'placeholder', 'checked', 'required'],
|
||||
'label': ['for'],
|
||||
'select': ['required'],
|
||||
|
||||
Reference in New Issue
Block a user