# how to change "add content here"

**URL:** https://forum.mautic.org/t/how-to-change-add-content-here/3213
**Category:** Product Support
**Created:** [January 12, 2016, 4:18am UTC](https://forum.mautic.org/t/how-to-change-add-content-here/3213 "2016-01-12T04:18:04Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![balkee](https://avatars.discourse-cdn.com/v4/letter/b/6de8d8/32.png) [@balkee](https://forum.mautic.org/u/balkee)
#### Post date: [January 12, 2016, 4:18am UTC](https://forum.mautic.org/t/how-to-change-add-content-here/3213/1 "2016-01-12T04:18:04Z")

</div>

I’m building new themes, empty slots always display “add content here”, is there a way to change the message, i.e., displaying a label related to the specific slot? Or a default value? Example “Enter Heading Here”, “Insert an Image here”, “Enter Body of content here…”, etc…  
  
  
  
When I try set it to a specific default value, slot becomes display-only, when first opened in builder, such as $view-\>set(“company\_name”,“My Company Inc.”), the slot location is not editable.

---

<div class="post-metadata">

### Author: ![balkee](https://avatars.discourse-cdn.com/v4/letter/b/6de8d8/32.png) [@balkee](https://forum.mautic.org/u/balkee)
#### Post date: [January 12, 2016, 4:18am UTC](https://forum.mautic.org/t/how-to-change-add-content-here/3213/2 "2016-01-12T04:18:04Z")

</div>

I’m building new themes, empty slots always display “add content here”, is there a way to change the message, i.e., displaying a label related to the specific slot? Or a default value? Example “Enter Heading Here”, “Insert an Image here”, “Enter Body of content here…”, etc…

When I try set it to a specific default value, slot becomes display-only, when first opened in builder, such as $view[‘slots’]-\>set(“company\_name”,“My Company Inc.”), the slot location is not editable.

---

<div class="post-metadata">

### Author: ![escopecz](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/escopecz/32/370_2.png) [@escopecz](https://forum.mautic.org/u/escopecz)
#### Post date: [January 13, 2016, 10:12am UTC](https://forum.mautic.org/t/how-to-change-add-content-here/3213/3 "2016-01-13T10:12:06Z")

</div>

What Mautic version are you using? The placeholder was fixed in 1.2.3:

[https://github.com/mautic/mautic/pull/1096](https://github.com/mautic/mautic/pull/1096)

---

<div class="post-metadata">

### Author: ![balkee](https://avatars.discourse-cdn.com/v4/letter/b/6de8d8/32.png) [@balkee](https://forum.mautic.org/u/balkee)
#### Post date: [January 15, 2016, 10:03pm UTC](https://forum.mautic.org/t/how-to-change-add-content-here/3213/4 "2016-01-15T22:03:41Z")

</div>

I just upgraded to 1.2.3. What I’m looking for is being able to change the default display “add content here” when you first open the builder. I have a teaser section, I want to instruct the user that they should enter teaser related text in this section, or display some sample text… In the theme php I can use:  
$view[‘slots’]-\>set(“teaser”,“enter teaser here”);  
But, that slot becomes read-only, displays it all correct format etc… only you can’t change it. I’m currently working with e-mail templates, I just tried it again with v1.2.3 and it works the same way as before.  
Looking for a way to set default values for slots.  
Thanks,

---

<div class="post-metadata">

### Author: ![escopecz](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/escopecz/32/370_2.png) [@escopecz](https://forum.mautic.org/u/escopecz)
#### Post date: [January 17, 2016, 1:02pm UTC](https://forum.mautic.org/t/how-to-change-add-content-here/3213/5 "2016-01-17T13:02:48Z")

</div>

That’s maybe because there is no a slot type “teaser” defined in the Mautic core. Try

$view[‘slots’]-\>set(“html”,“enter teaser here”);
