Ignore:
Timestamp:
Sep 18, 2009 5:29:41 PM (15 years ago)
Author:
liebster
Message:

Added metatags order feature, which is managed by metatags_order property of of configlet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.seoptimizer/trunk/quintagroup/seoptimizer/interfaces.py

    r387 r1313  
    77        """Returns all the existing keywords for the current content type. 
    88        """ 
     9 
     10class IMappingMetaTags(Interface): 
     11    """ 
     12    """ 
     13    def getMappingMetaTags(): 
     14        """Returns mapping {meta_name:accssesor} all the meta tags. 
     15        """ 
Note: See TracChangeset for help on using the changeset viewer.