Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created April 27, 2011 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iaindooley/945402 to your computer and use it in GitHub Desktop.
Save iaindooley/945402 to your computer and use it in GitHub Desktop.
An example of deploying a structured HTML component with Decal
<div area="Homepage items">
<div class="homepageItem" component="Home page item">
<a href="" editable="true">
<img editable="true" width="100" name="Homepage item graphic" />
</a>
<h6 editable="true" tags="none">Your heading here</h6>
<p editable="true" tags="inline">Short description here</p>
<a class="learnMore" editable="true">Learn more</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment