achievements-2.x-dev/config/schema/achievement_entity.schema.yml
config/schema/achievement_entity.schema.yml
achievements.achievement_entity.*:
type: config_entity
label: 'Achievement entity config'
mapping:
id:
type: string
label: 'ID'
label:
type: label
label: 'Label'
uuid:
type: string
description:
type: text
label: 'Description'
storage:
type: string
label: 'Storage'
secret:
type: boolean
label: 'Secret'
invisible:
type: boolean
label: 'Invisible'
manual_only:
type: boolean
label: 'Manual-only'
points:
type: integer
label: 'Points'
use_default_image:
type: boolean
label: 'Use default image'
locked_image_path:
type: string
label: 'Locked image path'
unlocked_image_path:
type: string
label: 'Unlocked image path'
