- Change default URLs to blank;
- Fix image, button, social icon URL placeholders; - Remove links to example.org.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user