To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Changeset 4461

Show
Ignore:
Timestamp:
01/06/12 16:29:09 (5 months ago)
Author:
jake
Message:

blog index excerpt options added to app.yml

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandboxes/asandbox/branches/1.5/apps/frontend/config/app.yml

    r4425 r4461  
    99  a: 
    1010    # CK Editor is the default editor in Apostrophe 
    11     editor: ck           
     11    editor: ck 
    1212 
    1313    ckEditor_config: 
     
    3838        - ['Table'] 
    3939        - ['Maximize','Source'] 
    40       Media:  
     40      Media: 
    4141        - ['Bold','Italic'] 
    4242        - ['Outdent','Indent','Blockquote'] 
     
    4646 
    4747 
    48     # Use mysql-based search rather than Zend Lucene to avoid  
     48    # Use mysql-based search rather than Zend Lucene to avoid 
    4949    # the complications of worrying about file permissions, which 
    5050    # Zend Lucene does not manage well 
     
    6666 
    6767    # Only look at the best 500 search results when using Zend Lucene to avoid 
    68     # out of memory problems. This is not consulted by aMysqlSearch, but leaving this in  
     68    # out of memory problems. This is not consulted by aMysqlSearch, but leaving this in 
    6969    # in case you switch back 
    7070    search_hard_limit: 500 
    71      
     71 
    7272    # Use array hydration for everything retrieved with a page object except 
    7373    # for the slots themselves, which we do hydrate as objects. 20-25% speed improvement 
     
    8787 
    8888 
    89     ### Apostrophe Global Toolbar  
     89    ### Apostrophe Global Toolbar 
    9090    persistent_global_toolbar: true   # Set to false if you want to hide the global toolbar to logged-out visitors 
    91      
    92     global_button_order:              # (Re-order here to change the button order in the global toolbar)   
     91 
     92    global_button_order:              # (Re-order here to change the button order in the global toolbar) 
    9393      - blog 
    9494      - events 
     
    110110 
    111111    ### Integrated Third Party Services 
    112     # You must acquire API keys from each service for them to work     
     112    # You must acquire API keys from each service for them to work 
    113113    # vimeo:                          # Vimeo API Key for Media Library 
    114114    #   oauthConsumerKey: 
     
    148148 
    149149 
    150     ### Apostrophe Bundled Global Layout  
     150    ### Apostrophe Bundled Global Layout 
    151151    use_bundled_layout: false                 # Set to true to use the layout file bundled with Apostrophe 
    152152 
     
    159159 
    160160 
    161     ### Apostrophe Pages  
    162      
     161    ### Apostrophe Pages 
     162 
    163163    # Apostrophe Page Templates : http://trac.apostrophenow.org/wiki/ManualDesignersGuide#HowtoCustomizethePageTemplates 
    164164    templates: 
     
    167167        default: Default Page 
    168168        home: Home Page 
    169       # This is how you enable engines as page type choices. If the  
    170       # engine supports alternate page templates you can specify more  
     169      # This is how you enable engines as page type choices. If the 
     170      # engine supports alternate page templates you can specify more 
    171171      # than one entry for an engine 
    172172      aMedia: 
     
    183183    # peers to the homepage peers A.K.A. top navigation pages) 
    184184    # max_page_levels: 3 
    185     #  
     185    # 
    186186    # Sets a limit on the width of the Apostrophe Page tree for the site. 
    187187    # Specify the maximum number of child pages allowed to be created at any given level 
     
    214214      # aSlideshow: 
    215215        # title: true 
    216      
     216 
    217217    # As an example, let's use the headshot template for people slots, it's much more exciting 
    218218    standard_area_extra_slot_options: 
     
    228228 
    229229    ### Apostrophe Slots 
    230      
     230 
    231231    # new_slots_top: false                  # By default new slots in an area go to the top, set to FALSE to add new slots to the bottom of the page 
    232      
     232 
    233233    slot_types: 
    234234      # aImage: Image                       # aImage slot was deprecated in favor of using aSlideshow slot 
     
    243243      aAnchorTitle: Anchored Title          # apostropheExtraSlotsPlugin Slot 
    244244      aPeople: People                       # apostrophePeoplePlugin Slot 
    245        
     245 
    246246      # The following slot types are always enabled (meaning only that you can include them in 
    247247      # individual templates if you wish, so you still have control over what your end users do): 
     
    265265 
    266266    ### Apostrophe Slot Variants 
    267      
     267 
    268268    slot_variants: 
    269269      aSlideshow: 
     
    277277            interval: 4 
    278278            arrows: false 
    279       # aInsetArea is part of the apostropheExtraSlotsPlugin       
    280       aInsetArea:                        
     279      # aInsetArea is part of the apostropheExtraSlotsPlugin 
     280      aInsetArea: 
    281281        topLeft: 
    282282          label: Left Aligned 
     
    288288            insetTemplate: topRight 
    289289      # aInsetImage is part of the apostropheExtraSlotsPlugin 
    290       aInsetImage:                       
     290      aInsetImage: 
    291291        topLeft: 
    292292          label: Left Aligned 
     
    298298            insetTemplate: topRight 
    299299 
    300      
    301      
    302      
     300 
     301 
     302 
    303303    #### Slot & Area Buttons Class Names 
    304      
     304 
    305305    addslot_button_style: big                   # Button Classes output in Apostrophe Area and Slot Buttons: Add Slot, History, or Delete 
    306306    history_button_style: no-label big          # Button Classes output in Apostrophe Area and Slot Buttons: Add Slot, History, or Delete 
     
    310310 
    311311 
    312     #### Apostrophe Styles & Javascript  
    313      
     312    #### Apostrophe Styles & Javascript 
     313 
    314314    # Default @import path in LESS 
    315315    # Looks in the web/css first, falls back to plugin/web/css second, falls back to files current directory last 
    316     less_import_directory:  
     316    less_import_directory: 
    317317      - SF_WEB_DIR/css 
    318318      - SF_PLUGINS_DIR/apostrophePlugin/web/css 
    319319      - SELF_DIR 
    320      
     320 
    321321    # Minifier will allow you to group assets together 
    322322    asset_group: global                       # Default group for minifier assets 
    323323 
    324324    # Disable ALL bundled CSS and JavaScript. Not recommended. See below for a more selective approach. 
    325     # use_bundled_stylesheets: false           
     325    # use_bundled_stylesheets: false 
    326326    # use_bundled_javascripts: false 
    327327 
     
    365365    # Defaults to false for bc but we're enabling it in the sandbox project 
    366366    feed_hide_identical_description: true 
    367      
     367 
    368368  aAdmin: 
    369369    web_dir: /apostrophePlugin 
     
    387387  aBlog: 
    388388    # Blog post templates allow you to change the structure of blog posts themselves to contain 
    389     # more than just one Apostrophe area. Most people don't need this, so the sandbox now  
     389    # more than just one Apostrophe area. Most people don't need this, so the sandbox now 
    390390    # defaults to just one template, saving the user the trouble of making a choice 
    391     templates:  
     391    templates: 
    392392      singleColumnTemplate: 
    393393        name: Single Column 
     
    396396      # blog templates you may want. If you configure multiple blog templates 
    397397      # the editor is given a dropdown to pick one. If you enable the two column 
    398       # template, you must have the corresponding partials in your project level  
     398      # template, you must have the corresponding partials in your project level 
    399399      # overrides of the aBlog module. There's a standard set of partials for the 
    400400      # two column template but they are unstyled, that's up to you 
     
    402402      #   name: Two Column 
    403403      #   areas: ['blog-body', 'blog-sidebar'] 
     404 
     405    # Excerpts 
     406    # In the index view of the blog plugin 
     407    # show shorter snippets of blog posts 
     408    # set excerpt_length to define the character count 
     409 
     410    # excerpts_show: true 
     411    # excerpts_length: 50 
     412 
    404413    link_author: true 
    405414    # Disqus Comments 
     
    416425    # email_auto: you@example.com 
    417426    # email_manual: you@example.com 
    418      
     427 
    419428    # Not currently supported: akismet filtering 
    420      
     429 
    421430    # If not specified, same as email_auto. The email_manual address is suggested via a mailto: link if the automatic feedback form somehow fails 
    422431    # May have to be different at some point depending on your agreement with Akismet