paid_ads-8.x-1.x-dev/config/schema/paid_ads.field.schema.yml
config/schema/paid_ads.field.schema.yml
#field.storage_settings.paid_boolean: # type: config_object # label: 'PayPal field storage settings' # mapping: # type: # type: string # label: 'Plugin Type' # amount: # type: float # label: 'Amount' field.field_settings.paid_boolean: type: mapping label: 'Paid settings' mapping: amount: type: float label: 'Amount' type: type: string label: 'Plugin type' field.value.paid_boolean: type: mapping mapping: value: type: integer label: 'Value' field.formatter.settings.paid_boolean: type: mapping label: 'Paid boolean display format settings' mapping: paid_display: type: text label: 'Text for paid state' not_paid_display: type: text label: 'Text for not paid state' button_settings: type: sequence label: 'Paypal button settings' nullable: true sequence: type: string label: 'Setting' field.widget.paid_boolean: type: mapping label: 'Paid boolean widget settings'