src/ztfy/baseskin/interfaces/metas.py
changeset 4 7561b24c28c1
parent 0 747fc65e13e2
equal deleted inserted replaced
3:40834e55f1d1 4:7561b24c28c1
    69     type = Attribute(_("Meta type attribute"))
    69     type = Attribute(_("Meta type attribute"))
    70 
    70 
    71     href = Attribute(_("Meta link target"))
    71     href = Attribute(_("Meta link target"))
    72 
    72 
    73 
    73 
       
    74 class IScriptMetaHeader(IBaseMeta):
       
    75     """Script meta header interface"""
       
    76 
       
    77 
    74 class IContentMetasHeaders(Interface):
    78 class IContentMetasHeaders(Interface):
    75     """Content metas headers interface"""
    79     """Content metas headers interface"""
    76 
    80 
    77     metas = List(title=_("Metas list"),
    81     metas = List(title=_("Metas list"),
    78                  description=_("Full list of metas associated with this content"),
    82                  description=_("Full list of metas associated with this content"),