To participate you must create an account on apostrophenow.org. If you have already done so, click Login.
Changeset 4461
- Timestamp:
- 01/06/12 16:29:09 (5 months ago)
- Author:
- jake
- Message:
-
blog index excerpt options added to app.yml
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r4425
|
r4461
|
|
| 9 | 9 | a: |
| 10 | 10 | # CK Editor is the default editor in Apostrophe |
| 11 | | editor: ck |
| | 11 | editor: ck |
| 12 | 12 | |
| 13 | 13 | ckEditor_config: |
| … |
… |
|
| 38 | 38 | - ['Table'] |
| 39 | 39 | - ['Maximize','Source'] |
| 40 | | Media: |
| | 40 | Media: |
| 41 | 41 | - ['Bold','Italic'] |
| 42 | 42 | - ['Outdent','Indent','Blockquote'] |
| … |
… |
|
| 46 | 46 | |
| 47 | 47 | |
| 48 | | # Use mysql-based search rather than Zend Lucene to avoid |
| | 48 | # Use mysql-based search rather than Zend Lucene to avoid |
| 49 | 49 | # the complications of worrying about file permissions, which |
| 50 | 50 | # Zend Lucene does not manage well |
| … |
… |
|
| 66 | 66 | |
| 67 | 67 | # 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 |
| 69 | 69 | # in case you switch back |
| 70 | 70 | search_hard_limit: 500 |
| 71 | | |
| | 71 | |
| 72 | 72 | # Use array hydration for everything retrieved with a page object except |
| 73 | 73 | # for the slots themselves, which we do hydrate as objects. 20-25% speed improvement |
| … |
… |
|
| 87 | 87 | |
| 88 | 88 | |
| 89 | | ### Apostrophe Global Toolbar |
| | 89 | ### Apostrophe Global Toolbar |
| 90 | 90 | 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) |
| 93 | 93 | - blog |
| 94 | 94 | - events |
| … |
… |
|
| 110 | 110 | |
| 111 | 111 | ### 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 |
| 113 | 113 | # vimeo: # Vimeo API Key for Media Library |
| 114 | 114 | # oauthConsumerKey: |
| … |
… |
|
| 148 | 148 | |
| 149 | 149 | |
| 150 | | ### Apostrophe Bundled Global Layout |
| | 150 | ### Apostrophe Bundled Global Layout |
| 151 | 151 | use_bundled_layout: false # Set to true to use the layout file bundled with Apostrophe |
| 152 | 152 | |
| … |
… |
|
| 159 | 159 | |
| 160 | 160 | |
| 161 | | ### Apostrophe Pages |
| 162 | | |
| | 161 | ### Apostrophe Pages |
| | 162 | |
| 163 | 163 | # Apostrophe Page Templates : http://trac.apostrophenow.org/wiki/ManualDesignersGuide#HowtoCustomizethePageTemplates |
| 164 | 164 | templates: |
| … |
… |
|
| 167 | 167 | default: Default Page |
| 168 | 168 | 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 |
| 171 | 171 | # than one entry for an engine |
| 172 | 172 | aMedia: |
| … |
… |
|
| 183 | 183 | # peers to the homepage peers A.K.A. top navigation pages) |
| 184 | 184 | # max_page_levels: 3 |
| 185 | | # |
| | 185 | # |
| 186 | 186 | # Sets a limit on the width of the Apostrophe Page tree for the site. |
| 187 | 187 | # Specify the maximum number of child pages allowed to be created at any given level |
| … |
… |
|
| 214 | 214 | # aSlideshow: |
| 215 | 215 | # title: true |
| 216 | | |
| | 216 | |
| 217 | 217 | # As an example, let's use the headshot template for people slots, it's much more exciting |
| 218 | 218 | standard_area_extra_slot_options: |
| … |
… |
|
| 228 | 228 | |
| 229 | 229 | ### Apostrophe Slots |
| 230 | | |
| | 230 | |
| 231 | 231 | # 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 | |
| 233 | 233 | slot_types: |
| 234 | 234 | # aImage: Image # aImage slot was deprecated in favor of using aSlideshow slot |
| … |
… |
|
| 243 | 243 | aAnchorTitle: Anchored Title # apostropheExtraSlotsPlugin Slot |
| 244 | 244 | aPeople: People # apostrophePeoplePlugin Slot |
| 245 | | |
| | 245 | |
| 246 | 246 | # The following slot types are always enabled (meaning only that you can include them in |
| 247 | 247 | # individual templates if you wish, so you still have control over what your end users do): |
| … |
… |
|
| 265 | 265 | |
| 266 | 266 | ### Apostrophe Slot Variants |
| 267 | | |
| | 267 | |
| 268 | 268 | slot_variants: |
| 269 | 269 | aSlideshow: |
| … |
… |
|
| 277 | 277 | interval: 4 |
| 278 | 278 | arrows: false |
| 279 | | # aInsetArea is part of the apostropheExtraSlotsPlugin |
| 280 | | aInsetArea: |
| | 279 | # aInsetArea is part of the apostropheExtraSlotsPlugin |
| | 280 | aInsetArea: |
| 281 | 281 | topLeft: |
| 282 | 282 | label: Left Aligned |
| … |
… |
|
| 288 | 288 | insetTemplate: topRight |
| 289 | 289 | # aInsetImage is part of the apostropheExtraSlotsPlugin |
| 290 | | aInsetImage: |
| | 290 | aInsetImage: |
| 291 | 291 | topLeft: |
| 292 | 292 | label: Left Aligned |
| … |
… |
|
| 298 | 298 | insetTemplate: topRight |
| 299 | 299 | |
| 300 | | |
| 301 | | |
| 302 | | |
| | 300 | |
| | 301 | |
| | 302 | |
| 303 | 303 | #### Slot & Area Buttons Class Names |
| 304 | | |
| | 304 | |
| 305 | 305 | addslot_button_style: big # Button Classes output in Apostrophe Area and Slot Buttons: Add Slot, History, or Delete |
| 306 | 306 | history_button_style: no-label big # Button Classes output in Apostrophe Area and Slot Buttons: Add Slot, History, or Delete |
| … |
… |
|
| 310 | 310 | |
| 311 | 311 | |
| 312 | | #### Apostrophe Styles & Javascript |
| 313 | | |
| | 312 | #### Apostrophe Styles & Javascript |
| | 313 | |
| 314 | 314 | # Default @import path in LESS |
| 315 | 315 | # 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: |
| 317 | 317 | - SF_WEB_DIR/css |
| 318 | 318 | - SF_PLUGINS_DIR/apostrophePlugin/web/css |
| 319 | 319 | - SELF_DIR |
| 320 | | |
| | 320 | |
| 321 | 321 | # Minifier will allow you to group assets together |
| 322 | 322 | asset_group: global # Default group for minifier assets |
| 323 | 323 | |
| 324 | 324 | # 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 |
| 326 | 326 | # use_bundled_javascripts: false |
| 327 | 327 | |
| … |
… |
|
| 365 | 365 | # Defaults to false for bc but we're enabling it in the sandbox project |
| 366 | 366 | feed_hide_identical_description: true |
| 367 | | |
| | 367 | |
| 368 | 368 | aAdmin: |
| 369 | 369 | web_dir: /apostrophePlugin |
| … |
… |
|
| 387 | 387 | aBlog: |
| 388 | 388 | # 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 |
| 390 | 390 | # defaults to just one template, saving the user the trouble of making a choice |
| 391 | | templates: |
| | 391 | templates: |
| 392 | 392 | singleColumnTemplate: |
| 393 | 393 | name: Single Column |
| … |
… |
|
| 396 | 396 | # blog templates you may want. If you configure multiple blog templates |
| 397 | 397 | # 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 |
| 399 | 399 | # overrides of the aBlog module. There's a standard set of partials for the |
| 400 | 400 | # two column template but they are unstyled, that's up to you |
| … |
… |
|
| 402 | 402 | # name: Two Column |
| 403 | 403 | # 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 | |
| 404 | 413 | link_author: true |
| 405 | 414 | # Disqus Comments |
| … |
… |
|
| 416 | 425 | # email_auto: you@example.com |
| 417 | 426 | # email_manual: you@example.com |
| 418 | | |
| | 427 | |
| 419 | 428 | # Not currently supported: akismet filtering |
| 420 | | |
| | 429 | |
| 421 | 430 | # If not specified, same as email_auto. The email_manual address is suggested via a mailto: link if the automatic feedback form somehow fails |
| 422 | 431 | # May have to be different at some point depending on your agreement with Akismet |
Download in other formats: