function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JWykelJWykel 

CMSForce and Static Resources

I read here that CMSForce can make use of static resources in the pageitem.  Is this correct?  And, if so, how do you reference them in the pageitem block?

I'll give an example:

Visualforce:  <img src="{!URLFOR($Resource.ContentImages, 'PatientHomepage/AdrenalDysfunctionText.png')}"/>

 

What would be the equivalant CMSForce code to make that happen?  I've tried exactly that...it, of course, put '{!URLFOR($Resource.ContentImages, 'PatientHomepage/AdrenalDysfunctionText.png')}' as the source, not mapping to the actual resource.