
D7 data and its D8 Equivalent
N.B the D7 module is called offers_wants

Variables
offers_wants_proposition_wants: TRUE //whether the wants smallad_type exists
offers_wants_default_expiry: +1 year //populate the expiry widget with time relative to now
ow_convert_path_incoming: transact/1stparty//not sure if this is implemented yet
ow_convert_path_outgoing: transact/1stparty

Custom db table: 'offers_wants'
fields:
  'nid' => int//the node id
  'end' => 'int'//unixtime moves to $smallad->date
  'want' => bool//whether the $smallad->type is 'want' else 'offer'
  
Fieldapi:
  body (text)
  offers_wants_categories (taxonomy)
  offers_wants_types (taxonomy)
  image
