FIX: wrong size setting being used for post-bottom desktop

This commit is contained in:
Neil Lalonde 2019-03-20 11:22:47 -04:00
parent 3f70312c84
commit ec10ef4483
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ const DESKTOP_SETTINGS = {
},
"post-bottom": {
code: "dfp_post_bottom_code",
sizes: "dfp_topic_above_suggested_ad_sizes",
sizes: "dfp_post_bottom_ad_sizes",
targeting_keys: "dfp_target_post_bottom_key_code",
targeting_values: "dfp_target_post_bottom_value_code"
}