RM 1.1 Sample text

Harrison V

Member
Hey guys, I think this is one last question. So if you look in the attached image...
Screen Shot 2015-04-03 at 3.35.58 PM.webp
you can see the "Version" text box has some sample text saying "version string". I was wondering if it is possible to put some sample text in all the other text boxes, like a sample title and description? Thanks!
 
Have a look in the resource_add template for this:
Code:
placeholder="{xen:phrase version_string}"

That is the phrase which is being added to that input field.

You can do a similar thing for the other fields.
 
Top Bottom