First iteration over items
This commit is contained in:
@@ -38,6 +38,15 @@ export const TYPE = Object.freeze({
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
* Simplified Shield Types object for form choices (label-only format)
|
||||
*/
|
||||
export const TYPE_CHOICES = Object.freeze(
|
||||
Object.fromEntries(
|
||||
Object.entries(TYPE).map(([key, value]) => [key, value.label])
|
||||
)
|
||||
);
|
||||
|
||||
/**
|
||||
* Block augment descriptions for reference
|
||||
* These are activated when using the Block action with the shield
|
||||
|
||||
Reference in New Issue
Block a user