change the tag name for retrieving a value to be 'content'

{% content somecooltitlebro, inherit: true %}
This commit is contained in:
Dirk Kelly 2011-03-02 08:22:41 +08:00
parent 77d7587150
commit cc51e75f5c
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
require 'locomotive/liquid/tags/editable/base'
require 'locomotive/liquid/tags/editable/short_text'
require 'locomotive/liquid/tags/editable/long_text'
require 'locomotive/liquid/tags/editable/file'
require 'locomotive/liquid/tags/editable/file'
require 'locomotive/liquid/tags/editable/content'