Sha256: d19466aa386475ae737c952e233c7600f967d1943788a81fedb9c259c6f5ee14
Contents?: true
Size: 472 Bytes
Versions: 2
Compression:
Stored size: 472 Bytes
Contents
Workarea::Configuration.define_fields do fieldset 'Emarsys', namespaced: false do field 'Merchant ID', type: :string, default: '', description: 'Your Emarsys merchant ID. This value is required for the Web Extend data integration.', allow_blank: true field 'Emarsys Production API', id: :emarsys_production_api, type: :boolean, default: true, description: 'Whether to use the production API endpoints.' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workarea-emarsys-2.0.1 | config/initializers/fields.rb |
workarea-emarsys-2.0.0 | config/initializers/fields.rb |