Add a new mode to AuthorityConfidenceStateDirective to configure use fontawesome icons instead of class defined in style property

This commit is contained in:
Toni Prieto
2024-02-12 22:57:28 +01:00
parent f3a64bcadc
commit b4a9a0dd1e
7 changed files with 143 additions and 20 deletions

View File

@@ -24,6 +24,7 @@ export interface MetadataIconConfig extends Config {
export interface ConfidenceIconConfig extends Config {
value: any;
style: string;
icon: string;
}
export interface SubmissionConfig extends Config {