Inline editing works on welcome_message but having issues with enabling within cms:globals. Is this supported, any suggestions are appreciated. 
Thanks, here is a stripped version of the code.

Thanks, here is a stripped version of the code.
- Code: Select all
<!-- rest of code -->
<div <cms:inline_edit 'welcome_message' />>
<cms:show welcome_message />
</div>
<cms:show_globals>
<section>
<h3 <cms:inline_edit 'message_title' />>
<cms:show message_title />
</h3>
<div <cms:inline_edit 'message_content' />>
<cms:show message_content />
</div>
<!-- rest of code -->
</section>
</cms:show_globals>
<!-- rest of code -->