chore: recognize authored help contexts and sync packages
This commit is contained in:
@@ -37,11 +37,11 @@ full = [
|
|||||||
"govoplan-cases==0.1.19",
|
"govoplan-cases==0.1.19",
|
||||||
"govoplan-certificates==0.1.18",
|
"govoplan-certificates==0.1.18",
|
||||||
"govoplan-committee==0.1.18",
|
"govoplan-committee==0.1.18",
|
||||||
"govoplan-connectors==0.1.18",
|
"govoplan-connectors==0.1.19",
|
||||||
"govoplan-consultation==0.1.18",
|
"govoplan-consultation==0.1.18",
|
||||||
"govoplan-contracts==0.1.18",
|
"govoplan-contracts==0.1.18",
|
||||||
"govoplan-dataflow==0.1.18",
|
"govoplan-dataflow==0.1.19",
|
||||||
"govoplan-datasources==0.1.18",
|
"govoplan-datasources==0.1.19",
|
||||||
"govoplan-decisions==0.1.18",
|
"govoplan-decisions==0.1.18",
|
||||||
"govoplan-dist-lists==0.1.18",
|
"govoplan-dist-lists==0.1.18",
|
||||||
"govoplan-encryption==0.1.18",
|
"govoplan-encryption==0.1.18",
|
||||||
|
|||||||
@@ -56,8 +56,10 @@ const labelAttributes = new Set([
|
|||||||
"title"
|
"title"
|
||||||
]);
|
]);
|
||||||
const helpAttributes = new Set([
|
const helpAttributes = new Set([
|
||||||
|
"data-help-context-id",
|
||||||
"description",
|
"description",
|
||||||
"help",
|
"help",
|
||||||
|
"helpContextId",
|
||||||
"helperText",
|
"helperText",
|
||||||
"helpText"
|
"helpText"
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user