invoicemgmt-1.0.0/config/schema/invoicemgmt.schema.yml
config/schema/invoicemgmt.schema.yml
invoicemgmt.settings:
type: config_object
label: 'Invoice Management settings'
mapping:
logo:
type: integer
label: 'Logo file ID'
terms_conditions:
type: text
label: 'Terms and Conditions'
bank_details:
type: text
label: 'Bank Details'
currency:
type: string
label: 'Currency'
seller_name:
type: string
label: 'Seller Name'
seller_address:
type: text
label: 'Seller Address'
invoice_number_prefix:
type: string
label: 'Invoice Number Prefix'
footer_text:
type: text
label: 'Footer Text'
primary_color:
type: string
label: 'Primary Color'
secondary_color:
type: string
label: 'Secondary Color'
accent_color:
type: string
label: 'Accent Color'
