- Change default URLs to blank;

- Fix image, button, social icon URL placeholders;
- Remove links to example.org.
This commit is contained in:
Tautvidas Sipavičius
2016-08-09 14:32:10 +03:00
parent 7a9402f5b5
commit f744305834
17 changed files with 23 additions and 25 deletions

View File

@ -61,7 +61,7 @@ class SimpleText {
),
array(
"type" => "image",
"link" => "http://example.org",
"link" => "",
"src" => $this->template_image_url . "/fake-logo.png",
"alt" => __("Fake logo"),
"fullWidth" => false,