mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
Fixes #14 Document that quoting of phone numbers is required
This commit is contained in:
@@ -220,7 +220,7 @@ ad_defaults:
|
|||||||
name:
|
name:
|
||||||
street:
|
street:
|
||||||
zipcode:
|
zipcode:
|
||||||
phone:
|
phone: "" # IMPORTANT: surround phone number with quotes to prevent removal of leading zeros
|
||||||
republication_interval: # every X days ads should be re-published
|
republication_interval: # every X days ads should be re-published
|
||||||
|
|
||||||
# additional name to category ID mappings, see default list at
|
# additional name to category ID mappings, see default list at
|
||||||
@@ -281,7 +281,7 @@ contact:
|
|||||||
name:
|
name:
|
||||||
street:
|
street:
|
||||||
zipcode:
|
zipcode:
|
||||||
phone:
|
phone: "" # IMPORTANT: surround phone number with quotes to prevent removal of leading zeros
|
||||||
|
|
||||||
republication_interval: # every X days the ad should be re-published
|
republication_interval: # every X days the ad should be re-published
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ ad_defaults:
|
|||||||
name:
|
name:
|
||||||
street:
|
street:
|
||||||
zipcode:
|
zipcode:
|
||||||
phone:
|
phone: "" # IMPORTANT: surround phone number with quotes to prevent removal of leading zeros
|
||||||
republication_interval: 7
|
republication_interval: 7
|
||||||
|
|
||||||
categories: []
|
categories: []
|
||||||
|
|||||||
Reference in New Issue
Block a user