webstudio/ui/bricks/base_feature/brick.yaml
2024-12-01 16:12:08 +00:00

16 lines
No EOL
409 B
YAML

name: base_feature
description: A brick to create Clean Architecture Feature
version: 0.0.1
# The following defines the environment for the current brick.
# It includes the version of mason that the brick requires.
environment:
mason: ">=0.1.0-dev.26 <0.1.0"
vars:
name:
type: string
description: The feature name
default: my feature
prompt: What's your feature name (e.g. dance school)