How to use help class

Best Phoronix-test-suite code snippet using help

aba590df93134d09c1f0e830cff62d05.yaml.php

Source:aba590df93134d09c1f0e830cff62d05.yaml.php Github

copy

Full Screen

...29 'show_all' => false,30 'show_modular' => false,31 'show_root' => false,32 'show_slug' => true,33 'help' => 'PLUGIN_ADMIN.HOME_PAGE_HELP'34 ],35 'home.hide_in_urls' => [36 'type' => 'toggle',37 'label' => 'PLUGIN_ADMIN.HIDE_HOME_IN_URLS',38 'help' => 'PLUGIN_ADMIN.HIDE_HOME_IN_URLS_HELP',39 'highlight' => 0,40 'options' => [41 1 => 'PLUGIN_ADMIN.YES',42 0 => 'PLUGIN_ADMIN.NO'43 ],44 'validate' => [45 'type' => 'bool'46 ]47 ],48 'pages.theme' => [49 'type' => 'themeselect',50 'classes' => 'fancy',51 'selectize' => true,52 'size' => 'medium',53 'label' => 'PLUGIN_ADMIN.DEFAULT_THEME',54 'help' => 'PLUGIN_ADMIN.DEFAULT_THEME_HELP'55 ],56 'pages.process' => [57 'type' => 'checkboxes',58 'label' => 'PLUGIN_ADMIN.PROCESS',59 'help' => 'PLUGIN_ADMIN.PROCESS_HELP',60 'default' => [61 0 => [62 'markdown' => true63 ],64 1 => [65 'twig' => true66 ]67 ],68 'options' => [69 'markdown' => 'Markdown',70 'twig' => 'Twig'71 ],72 'use' => 'keys'73 ],74 'pages.types' => [75 'type' => 'array',76 'label' => 'PLUGIN_ADMIN.PAGE_TYPES',77 'help' => 'PLUGIN_ADMIN.PAGE_TYPES_HELP',78 'size' => 'small',79 'default' => [80 0 => 'html',81 1 => 'htm',82 2 => 'json',83 3 => 'xml',84 4 => 'txt',85 5 => 'rss',86 6 => 'atom'87 ],88 'value_only' => true89 ],90 'timezone' => [91 'type' => 'select',92 'label' => 'PLUGIN_ADMIN.TIMEZONE',93 'size' => 'medium',94 'classes' => 'fancy',95 'help' => 'PLUGIN_ADMIN.TIMEZONE_HELP',96 'data-options@' => '\\Grav\\Common\\Utils::timezones',97 'default' => '',98 'options' => [99 '' => 'Default (Server Timezone)'100 ]101 ],102 'pages.dateformat.default' => [103 'type' => 'select',104 'size' => 'medium',105 'selectize' => [106 'create' => true107 ],108 'label' => 'PLUGIN_ADMIN.DEFAULT_DATE_FORMAT',109 'help' => 'PLUGIN_ADMIN.DEFAULT_DATE_FORMAT_HELP',110 'placeholder' => 'PLUGIN_ADMIN.DEFAULT_DATE_FORMAT_PLACEHOLDER',111 'data-options@' => '\\Grav\\Common\\Utils::dateFormats',112 'validate' => [113 'type' => 'string'114 ]115 ],116 'pages.dateformat.short' => [117 'type' => 'dateformat',118 'size' => 'medium',119 'classes' => 'fancy',120 'label' => 'PLUGIN_ADMIN.SHORT_DATE_FORMAT',121 'help' => 'PLUGIN_ADMIN.SHORT_DATE_FORMAT_HELP',122 'default' => 'jS M Y',123 'options' => [124 'F jS \\a\\t g:ia' => 'Date1',125 'l jS \\of F g:i A' => 'Date2',126 'D, d M Y G:i:s' => 'Date3',127 'd-m-y G:i' => 'Date4',128 'jS M Y' => 'Date5'129 ]130 ],131 'pages.dateformat.long' => [132 'type' => 'dateformat',133 'size' => 'medium',134 'classes' => 'fancy',135 'label' => 'PLUGIN_ADMIN.LONG_DATE_FORMAT',136 'help' => 'PLUGIN_ADMIN.LONG_DATE_FORMAT_HELP',137 'options' => [138 'F jS \\a\\t g:ia' => 'Date1',139 'l jS \\of F g:i A' => 'Date2',140 'D, d M Y G:i:s' => 'Date3',141 'd-m-y G:i' => 'Date4',142 'jS M Y' => 'Date5'143 ]144 ],145 'pages.order.by' => [146 'type' => 'select',147 'size' => 'large',148 'classes' => 'fancy',149 'label' => 'PLUGIN_ADMIN.DEFAULT_ORDERING',150 'help' => 'PLUGIN_ADMIN.DEFAULT_ORDERING_HELP',151 'options' => [152 'default' => 'PLUGIN_ADMIN.DEFAULT_ORDERING_DEFAULT',153 'folder' => 'PLUGIN_ADMIN.DEFAULT_ORDERING_FOLDER',154 'title' => 'PLUGIN_ADMIN.DEFAULT_ORDERING_TITLE',155 'date' => 'PLUGIN_ADMIN.DEFAULT_ORDERING_DATE'156 ]157 ],158 'pages.order.dir' => [159 'type' => 'toggle',160 'label' => 'PLUGIN_ADMIN.DEFAULT_ORDER_DIRECTION',161 'highlight' => 'asc',162 'default' => 'desc',163 'help' => 'PLUGIN_ADMIN.DEFAULT_ORDER_DIRECTION_HELP',164 'options' => [165 'asc' => 'PLUGIN_ADMIN.ASCENDING',166 'desc' => 'PLUGIN_ADMIN.DESCENDING'167 ]168 ],169 'pages.list.count' => [170 'type' => 'text',171 'size' => 'x-small',172 'append' => 'PLUGIN_ADMIN.PAGES',173 'label' => 'PLUGIN_ADMIN.DEFAULT_PAGE_COUNT',174 'help' => 'PLUGIN_ADMIN.DEFAULT_PAGE_COUNT_HELP',175 'validate' => [176 'type' => 'number',177 'min' => 1178 ]179 ],180 'pages.publish_dates' => [181 'type' => 'toggle',182 'label' => 'PLUGIN_ADMIN.DATE_BASED_PUBLISHING',183 'help' => 'PLUGIN_ADMIN.DATE_BASED_PUBLISHING_HELP',184 'highlight' => 1,185 'options' => [186 1 => 'PLUGIN_ADMIN.YES',187 0 => 'PLUGIN_ADMIN.NO'188 ],189 'validate' => [190 'type' => 'bool'191 ]192 ],193 'pages.events' => [194 'type' => 'checkboxes',195 'label' => 'PLUGIN_ADMIN.EVENTS',196 'help' => 'PLUGIN_ADMIN.EVENTS_HELP',197 'default' => [198 0 => [199 'page' => true200 ],201 1 => [202 'twig' => true203 ]204 ],205 'options' => [206 'page' => 'Page Events',207 'twig' => 'Twig Events'208 ],209 'use' => 'keys'210 ],211 'pages.append_url_extension' => [212 'type' => 'text',213 'size' => 'x-small',214 'placeholder' => 'e.g. .html',215 'label' => 'PLUGIN_ADMIN.APPEND_URL_EXT',216 'help' => 'PLUGIN_ADMIN.APPEND_URL_EXT_HELP'217 ],218 'pages.redirect_default_code' => [219 'type' => 'select',220 'size' => 'medium',221 'classes' => 'fancy',222 'label' => 'PLUGIN_ADMIN.REDIRECT_DEFAULT_CODE',223 'help' => 'PLUGIN_ADMIN.REDIRECT_DEFAULT_CODE_HELP',224 'default' => 302,225 'options' => [226 301 => 'PLUGIN_ADMIN.REDIRECT_OPTION_301',227 302 => 'PLUGIN_ADMIN.REDIRECT_OPTION_302',228 303 => 'PLUGIN_ADMIN.REDIRECT_OPTION_303'229 ]230 ],231 'pages.redirect_default_route' => [232 'type' => 'select',233 'size' => 'medium',234 'classes' => 'fancy',235 'label' => 'PLUGIN_ADMIN.REDIRECT_DEFAULT_ROUTE',236 'help' => 'PLUGIN_ADMIN.REDIRECT_DEFAULT_ROUTE_HELP',237 'default' => 0,238 'options' => [239 0 => 'PLUGIN_ADMIN.REDIRECT_OPTION_NO_REDIRECT',240 1 => 'PLUGIN_ADMIN.REDIRECT_OPTION_DEFAULT_REDIRECT',241 301 => 'PLUGIN_ADMIN.REDIRECT_OPTION_301',242 302 => 'PLUGIN_ADMIN.REDIRECT_OPTION_302'243 ],244 'validate' => [245 'type' => 'int'246 ]247 ],248 'pages.redirect_trailing_slash' => [249 'type' => 'select',250 'size' => 'medium',251 'classes' => 'fancy',252 'label' => 'PLUGIN_ADMIN.REDIRECT_TRAILING_SLASH',253 'help' => 'PLUGIN_ADMIN.REDIRECT_TRAILING_SLASH_HELP',254 'default' => 1,255 'options' => [256 0 => 'PLUGIN_ADMIN.REDIRECT_OPTION_NO_REDIRECT',257 1 => 'PLUGIN_ADMIN.REDIRECT_OPTION_DEFAULT_REDIRECT',258 301 => 'PLUGIN_ADMIN.REDIRECT_OPTION_301',259 302 => 'PLUGIN_ADMIN.REDIRECT_OPTION_302'260 ],261 'validate' => [262 'type' => 'int'263 ]264 ],265 'pages.ignore_hidden' => [266 'type' => 'toggle',267 'label' => 'PLUGIN_ADMIN.IGNORE_HIDDEN',268 'help' => 'PLUGIN_ADMIN.IGNORE_HIDDEN_HELP',269 'highlight' => 1,270 'options' => [271 1 => 'PLUGIN_ADMIN.YES',272 0 => 'PLUGIN_ADMIN.NO'273 ],274 'validate' => [275 'type' => 'bool'276 ]277 ],278 'pages.ignore_files' => [279 'type' => 'selectize',280 'size' => 'large',281 'label' => 'PLUGIN_ADMIN.IGNORE_FILES',282 'help' => 'PLUGIN_ADMIN.IGNORE_FILES_HELP',283 'classes' => 'fancy',284 'validate' => [285 'type' => 'commalist'286 ]287 ],288 'pages.ignore_folders' => [289 'type' => 'selectize',290 'size' => 'large',291 'label' => 'PLUGIN_ADMIN.IGNORE_FOLDERS',292 'help' => 'PLUGIN_ADMIN.IGNORE_FOLDERS_HELP',293 'classes' => 'fancy',294 'validate' => [295 'type' => 'commalist'296 ]297 ],298 'pages.hide_empty_folders' => [299 'type' => 'toggle',300 'label' => 'PLUGIN_ADMIN.HIDE_EMPTY_FOLDERS',301 'help' => 'PLUGIN_ADMIN.HIDE_EMPTY_FOLDERS_HELP',302 'highlight' => 0,303 'options' => [304 1 => 'PLUGIN_ADMIN.YES',305 0 => 'PLUGIN_ADMIN.NO'306 ],307 'validate' => [308 'type' => 'bool'309 ]310 ],311 'pages.url_taxonomy_filters' => [312 'type' => 'toggle',313 'label' => 'PLUGIN_ADMIN.ALLOW_URL_TAXONOMY_FILTERS',314 'help' => 'PLUGIN_ADMIN.ALLOW_URL_TAXONOMY_FILTERS_HELP',315 'highlight' => 1,316 'options' => [317 1 => 'PLUGIN_ADMIN.YES',318 0 => 'PLUGIN_ADMIN.NO'319 ],320 'validate' => [321 'type' => 'bool'322 ]323 ],324 'pages.twig_first' => [325 'type' => 'toggle',326 'label' => 'PLUGIN_ADMIN.TWIG_FIRST',327 'help' => 'PLUGIN_ADMIN.TWIG_FIRST_HELP',328 'highlight' => 0,329 'options' => [330 1 => 'PLUGIN_ADMIN.YES',331 0 => 'PLUGIN_ADMIN.NO'332 ],333 'validate' => [334 'type' => 'bool'335 ]336 ],337 'pages.never_cache_twig' => [338 'type' => 'toggle',339 'label' => 'PLUGIN_ADMIN.NEVER_CACHE_TWIG',340 'help' => 'PLUGIN_ADMIN.NEVER_CACHE_TWIG_HELP',341 'highlight' => 0,342 'options' => [343 1 => 'PLUGIN_ADMIN.YES',344 0 => 'PLUGIN_ADMIN.NO'345 ],346 'validate' => [347 'type' => 'bool'348 ]349 ],350 'pages.frontmatter.process_twig' => [351 'type' => 'toggle',352 'label' => 'PLUGIN_ADMIN.FRONTMATTER_PROCESS_TWIG',353 'help' => 'PLUGIN_ADMIN.FRONTMATTER_PROCESS_TWIG_HELP',354 'highlight' => 0,355 'options' => [356 1 => 'PLUGIN_ADMIN.YES',357 0 => 'PLUGIN_ADMIN.NO'358 ],359 'validate' => [360 'type' => 'bool'361 ]362 ],363 'pages.frontmatter.ignore_fields' => [364 'type' => 'selectize',365 'size' => 'large',366 'placeholder' => 'e.g. forms',367 'label' => 'PLUGIN_ADMIN.FRONTMATTER_IGNORE_FIELDS',368 'help' => 'PLUGIN_ADMIN.FRONTMATTER_IGNORE_FIELDS_HELP',369 'classes' => 'fancy',370 'validate' => [371 'type' => 'commalist'372 ]373 ]374 ]375 ],376 'languages' => [377 'type' => 'tab',378 'title' => 'PLUGIN_ADMIN.LANGUAGES',379 'fields' => [380 'languages-section' => [381 'type' => 'section',382 'title' => 'PLUGIN_ADMIN.LANGUAGES',383 'underline' => true384 ],385 'languages.supported' => [386 'type' => 'selectize',387 'size' => 'large',388 'placeholder' => 'e.g. en, fr',389 'label' => 'PLUGIN_ADMIN.SUPPORTED',390 'help' => 'PLUGIN_ADMIN.SUPPORTED_HELP',391 'classes' => 'fancy',392 'validate' => [393 'type' => 'commalist'394 ]395 ],396 'languages.default_lang' => [397 'type' => 'text',398 'size' => 'x-small',399 'label' => 'PLUGIN_ADMIN.DEFAULT_LANG',400 'help' => 'PLUGIN_ADMIN.DEFAULT_LANG_HELP'401 ],402 'languages.include_default_lang' => [403 'type' => 'toggle',404 'label' => 'PLUGIN_ADMIN.INCLUDE_DEFAULT_LANG',405 'help' => 'PLUGIN_ADMIN.INCLUDE_DEFAULT_LANG_HELP',406 'highlight' => 1,407 'options' => [408 1 => 'PLUGIN_ADMIN.YES',409 0 => 'PLUGIN_ADMIN.NO'410 ],411 'validate' => [412 'type' => 'bool'413 ]414 ],415 'languages.include_default_lang_file_extension' => [416 'type' => 'toggle',417 'label' => 'PLUGIN_ADMIN.INCLUDE_DEFAULT_LANG_FILE_EXTENSION',418 'help' => 'PLUGIN_ADMIN.INCLUDE_DEFAULT_LANG_HELP_FILE_EXTENSION',419 'highlight' => 1,420 'options' => [421 1 => 'PLUGIN_ADMIN.YES',422 0 => 'PLUGIN_ADMIN.NO'423 ],424 'validate' => [425 'type' => 'bool'426 ]427 ],428 'languages.content_fallback' => [429 'type' => 'list',430 'label' => 'PLUGIN_ADMIN.CONTENT_LANGUAGE_FALLBACKS',431 'help' => 'PLUGIN_ADMIN.CONTENT_LANGUAGE_FALLBACKS_HELP',432 'fields' => [433 'key' => [434 'type' => 'key',435 'label' => 'PLUGIN_ADMIN.LANGUAGE',436 'help' => 'PLUGIN_ADMIN.CONTENT_FALLBACK_LANGUAGE_HELP',437 'placeholder' => 'fr-ca'438 ],439 'value' => [440 'type' => 'selectize',441 'size' => 'large',442 'placeholder' => 'fr, en',443 'label' => 'PLUGIN_ADMIN.CONTENT_LANGUAGE_FALLBACK',444 'help' => 'PLUGIN_ADMIN.CONTENT_LANGUAGE_FALLBACK_HELP',445 'classes' => 'fancy'446 ]447 ]448 ],449 'languages.pages_fallback_only' => [450 'type' => 'toggle',451 'label' => 'PLUGIN_ADMIN.PAGES_FALLBACK_ONLY',452 'help' => 'PLUGIN_ADMIN.PAGES_FALLBACK_ONLY_HELP',453 'highlight' => 0,454 'options' => [455 1 => 'PLUGIN_ADMIN.YES',456 0 => 'PLUGIN_ADMIN.NO'457 ],458 'validate' => [459 'type' => 'bool'460 ]461 ],462 'languages.translations' => [463 'type' => 'toggle',464 'label' => 'PLUGIN_ADMIN.LANGUAGE_TRANSLATIONS',465 'help' => 'PLUGIN_ADMIN.LANGUAGE_TRANSLATIONS_HELP',466 'highlight' => 1,467 'options' => [468 1 => 'PLUGIN_ADMIN.YES',469 0 => 'PLUGIN_ADMIN.NO'470 ],471 'validate' => [472 'type' => 'bool'473 ]474 ],475 'languages.translations_fallback' => [476 'type' => 'toggle',477 'label' => 'PLUGIN_ADMIN.TRANSLATIONS_FALLBACK',478 'help' => 'PLUGIN_ADMIN.TRANSLATIONS_FALLBACK_HELP',479 'highlight' => 1,480 'options' => [481 1 => 'PLUGIN_ADMIN.YES',482 0 => 'PLUGIN_ADMIN.NO'483 ],484 'validate' => [485 'type' => 'bool'486 ]487 ],488 'languages.session_store_active' => [489 'type' => 'toggle',490 'label' => 'PLUGIN_ADMIN.ACTIVE_LANGUAGE_IN_SESSION',491 'help' => 'PLUGIN_ADMIN.ACTIVE_LANGUAGE_IN_SESSION_HELP',492 'highlight' => 0,493 'options' => [494 1 => 'PLUGIN_ADMIN.YES',495 0 => 'PLUGIN_ADMIN.NO'496 ],497 'validate' => [498 'type' => 'bool'499 ]500 ],501 'languages.http_accept_language' => [502 'type' => 'toggle',503 'label' => 'PLUGIN_ADMIN.HTTP_ACCEPT_LANGUAGE',504 'help' => 'PLUGIN_ADMIN.HTTP_ACCEPT_LANGUAGE_HELP',505 'highlight' => 0,506 'options' => [507 1 => 'PLUGIN_ADMIN.YES',508 0 => 'PLUGIN_ADMIN.NO'509 ],510 'validate' => [511 'type' => 'bool'512 ]513 ],514 'languages.override_locale' => [515 'type' => 'toggle',516 'label' => 'PLUGIN_ADMIN.OVERRIDE_LOCALE',517 'help' => 'PLUGIN_ADMIN.OVERRIDE_LOCALE_HELP',518 'highlight' => 0,519 'options' => [520 1 => 'PLUGIN_ADMIN.YES',521 0 => 'PLUGIN_ADMIN.NO'522 ],523 'validate' => [524 'type' => 'bool'525 ]526 ]527 ]528 ],529 'http_headers' => [530 'type' => 'tab',531 'title' => 'PLUGIN_ADMIN.HTTP_HEADERS',532 'fields' => [533 'http_headers_section' => [534 'type' => 'section',535 'title' => 'PLUGIN_ADMIN.HTTP_HEADERS',536 'underline' => true537 ],538 'pages.expires' => [539 'type' => 'text',540 'size' => 'x-small',541 'append' => 'GRAV.NICETIME.SECOND_PLURAL',542 'label' => 'PLUGIN_ADMIN.EXPIRES',543 'help' => 'PLUGIN_ADMIN.EXPIRES_HELP',544 'validate' => [545 'type' => 'number',546 'min' => 1547 ]548 ],549 'pages.cache_control' => [550 'type' => 'text',551 'size' => 'medium',552 'label' => 'PLUGIN_ADMIN.CACHE_CONTROL',553 'help' => 'PLUGIN_ADMIN.CACHE_CONTROL_HELP',554 'placeholder' => 'e.g. public, max-age=31536000'555 ],556 'pages.last_modified' => [557 'type' => 'toggle',558 'label' => 'PLUGIN_ADMIN.LAST_MODIFIED',559 'help' => 'PLUGIN_ADMIN.LAST_MODIFIED_HELP',560 'highlight' => 0,561 'options' => [562 1 => 'PLUGIN_ADMIN.YES',563 0 => 'PLUGIN_ADMIN.NO'564 ],565 'validate' => [566 'type' => 'bool'567 ]568 ],569 'pages.etag' => [570 'type' => 'toggle',571 'label' => 'PLUGIN_ADMIN.ETAG',572 'help' => 'PLUGIN_ADMIN.ETAG_HELP',573 'highlight' => 0,574 'options' => [575 1 => 'PLUGIN_ADMIN.YES',576 0 => 'PLUGIN_ADMIN.NO'577 ],578 'validate' => [579 'type' => 'bool'580 ]581 ],582 'pages.vary_accept_encoding' => [583 'type' => 'toggle',584 'label' => 'PLUGIN_ADMIN.VARY_ACCEPT_ENCODING',585 'help' => 'PLUGIN_ADMIN.VARY_ACCEPT_ENCODING_HELP',586 'highlight' => 0,587 'options' => [588 1 => 'PLUGIN_ADMIN.YES',589 0 => 'PLUGIN_ADMIN.NO'590 ],591 'validate' => [592 'type' => 'bool'593 ]594 ]595 ]596 ],597 'markdown' => [598 'type' => 'tab',599 'title' => 'PLUGIN_ADMIN.MARKDOWN',600 'fields' => [601 'markdow_section' => [602 'type' => 'section',603 'title' => 'PLUGIN_ADMIN.MARKDOWN',604 'underline' => true605 ],606 'pages.markdown.extra' => [607 'type' => 'toggle',608 'label' => 'Markdown extra',609 'help' => 'PLUGIN_ADMIN.MARKDOWN_EXTRA_HELP',610 'highlight' => 0,611 'options' => [612 1 => 'PLUGIN_ADMIN.YES',613 0 => 'PLUGIN_ADMIN.NO'614 ],615 'validate' => [616 'type' => 'bool'617 ]618 ],619 'pages.markdown.auto_line_breaks' => [620 'type' => 'toggle',621 'label' => 'PLUGIN_ADMIN.AUTO_LINE_BREAKS',622 'help' => 'PLUGIN_ADMIN.AUTO_LINE_BREAKS_HELP',623 'highlight' => 0,624 'options' => [625 1 => 'PLUGIN_ADMIN.YES',626 0 => 'PLUGIN_ADMIN.NO'627 ],628 'validate' => [629 'type' => 'bool'630 ]631 ],632 'pages.markdown.auto_url_links' => [633 'type' => 'toggle',634 'label' => 'PLUGIN_ADMIN.AUTO_URL_LINKS',635 'help' => 'PLUGIN_ADMIN.AUTO_URL_LINKS_HELP',636 'highlight' => 0,637 'options' => [638 1 => 'PLUGIN_ADMIN.YES',639 0 => 'PLUGIN_ADMIN.NO'640 ],641 'validate' => [642 'type' => 'bool'643 ]644 ],645 'pages.markdown.escape_markup' => [646 'type' => 'toggle',647 'label' => 'PLUGIN_ADMIN.ESCAPE_MARKUP',648 'help' => 'PLUGIN_ADMIN.ESCAPE_MARKUP_HELP',649 'highlight' => 0,650 'options' => [651 1 => 'PLUGIN_ADMIN.YES',652 0 => 'PLUGIN_ADMIN.NO'653 ],654 'validate' => [655 'type' => 'bool'656 ]657 ],658 'pages.markdown.valid_link_attributes' => [659 'type' => 'selectize',660 'size' => 'large',661 'label' => 'PLUGIN_ADMIN.VALID_LINK_ATTRIBUTES',662 'help' => 'PLUGIN_ADMIN.VALID_LINK_ATTRIBUTES_HELP',663 'placeholder' => 'rel, target, id, class, classes',664 'classes' => 'fancy',665 'validate' => [666 'type' => 'commalist'667 ]668 ]669 ]670 ],671 'caching' => [672 'type' => 'tab',673 'title' => 'PLUGIN_ADMIN.CACHING',674 'fields' => [675 'caching_section' => [676 'type' => 'section',677 'title' => 'PLUGIN_ADMIN.CACHING',678 'underline' => true679 ],680 'cache.enabled' => [681 'type' => 'toggle',682 'label' => 'PLUGIN_ADMIN.CACHING',683 'help' => 'PLUGIN_ADMIN.CACHING_HELP',684 'highlight' => 1,685 'options' => [686 1 => 'PLUGIN_ADMIN.YES',687 0 => 'PLUGIN_ADMIN.NO'688 ],689 'validate' => [690 'type' => 'bool'691 ]692 ],693 'cache.check.method' => [694 'type' => 'select',695 'size' => 'medium',696 'classes' => 'fancy',697 'label' => 'PLUGIN_ADMIN.CACHE_CHECK_METHOD',698 'help' => 'PLUGIN_ADMIN.CACHE_CHECK_METHOD_HELP',699 'options' => [700 'file' => 'Markdown + Yaml file timestamps',701 'folder' => 'Folder timestamps',702 'hash' => 'All files timestamps',703 'none' => 'No timestamp checking'704 ]705 ],706 'cache.driver' => [707 'type' => 'select',708 'size' => 'small',709 'classes' => 'fancy',710 'label' => 'PLUGIN_ADMIN.CACHE_DRIVER',711 'help' => 'PLUGIN_ADMIN.CACHE_DRIVER_HELP',712 'options' => [713 'auto' => 'Auto detect',714 'file' => 'File',715 'apc' => 'APC',716 'apcu' => 'APCu',717 'xcache' => 'Xcache',718 'memcache' => 'Memcache',719 'memcached' => 'Memcached',720 'wincache' => 'WinCache',721 'redis' => 'Redis'722 ]723 ],724 'cache.prefix' => [725 'type' => 'text',726 'size' => 'x-small',727 'label' => 'PLUGIN_ADMIN.CACHE_PREFIX',728 'help' => 'PLUGIN_ADMIN.CACHE_PREFIX_HELP',729 'placeholder' => 'PLUGIN_ADMIN.CACHE_PREFIX_PLACEHOLDER'730 ],731 'cache.purge_at' => [732 'type' => 'cron',733 'label' => 'PLUGIN_ADMIN.CACHE_PURGE_JOB',734 'help' => 'PLUGIN_ADMIN.CACHE_PURGE_JOB_HELP',735 'default' => '* 4 * * *'736 ],737 'cache.clear_at' => [738 'type' => 'cron',739 'label' => 'PLUGIN_ADMIN.CACHE_CLEAR_JOB',740 'help' => 'PLUGIN_ADMIN.CACHE_CLEAR_JOB_HELP',741 'default' => '* 3 * * *'742 ],743 'cache.clear_job_type' => [744 'type' => 'select',745 'size' => 'medium',746 'label' => 'PLUGIN_ADMIN.CACHE_JOB_TYPE',747 'help' => 'PLUGIN_ADMIN.CACHE_JOB_TYPE_HELP',748 'options' => [749 'standard' => 'Standard Cache Folders',750 'all' => 'All Cache Folders'751 ]752 ],753 'cache.clear_images_by_default' => [754 'type' => 'toggle',755 'label' => 'PLUGIN_ADMIN.CLEAR_IMAGES_BY_DEFAULT',756 'help' => 'PLUGIN_ADMIN.CLEAR_IMAGES_BY_DEFAULT_HELP',757 'highlight' => 0,758 'options' => [759 1 => 'PLUGIN_ADMIN.YES',760 0 => 'PLUGIN_ADMIN.NO'761 ],762 'validate' => [763 'type' => 'bool'764 ]765 ],766 'cache.cli_compatibility' => [767 'type' => 'toggle',768 'label' => 'PLUGIN_ADMIN.CLI_COMPATIBILITY',769 'help' => 'PLUGIN_ADMIN.CLI_COMPATIBILITY_HELP',770 'highlight' => 0,771 'options' => [772 1 => 'PLUGIN_ADMIN.YES',773 0 => 'PLUGIN_ADMIN.NO'774 ],775 'validate' => [776 'type' => 'bool'777 ]778 ],779 'cache.lifetime' => [780 'type' => 'text',781 'size' => 'small',782 'append' => 'GRAV.NICETIME.SECOND_PLURAL',783 'label' => 'PLUGIN_ADMIN.LIFETIME',784 'help' => 'PLUGIN_ADMIN.LIFETIME_HELP',785 'validate' => [786 'type' => 'number'787 ]788 ],789 'cache.gzip' => [790 'type' => 'toggle',791 'label' => 'PLUGIN_ADMIN.GZIP_COMPRESSION',792 'help' => 'PLUGIN_ADMIN.GZIP_COMPRESSION_HELP',793 'highlight' => 0,794 'options' => [795 1 => 'PLUGIN_ADMIN.YES',796 0 => 'PLUGIN_ADMIN.NO'797 ],798 'validate' => [799 'type' => 'bool'800 ]801 ],802 'cache.allow_webserver_gzip' => [803 'type' => 'toggle',804 'label' => 'PLUGIN_ADMIN.ALLOW_WEBSERVER_GZIP',805 'help' => 'PLUGIN_ADMIN.ALLOW_WEBSERVER_GZIP_HELP',806 'highlight' => 0,807 'options' => [808 1 => 'PLUGIN_ADMIN.YES',809 0 => 'PLUGIN_ADMIN.NO'810 ],811 'validate' => [812 'type' => 'bool'813 ]814 ],815 'cache.memcache.server' => [816 'type' => 'text',817 'size' => 'medium',818 'label' => 'PLUGIN_ADMIN.MEMCACHE_SERVER',819 'help' => 'PLUGIN_ADMIN.MEMCACHE_SERVER_HELP',820 'placeholder' => 'localhost'821 ],822 'cache.memcache.port' => [823 'type' => 'text',824 'size' => 'small',825 'label' => 'PLUGIN_ADMIN.MEMCACHE_PORT',826 'help' => 'PLUGIN_ADMIN.MEMCACHE_PORT_HELP',827 'placeholder' => '11211'828 ],829 'cache.memcached.server' => [830 'type' => 'text',831 'size' => 'medium',832 'label' => 'PLUGIN_ADMIN.MEMCACHED_SERVER',833 'help' => 'PLUGIN_ADMIN.MEMCACHED_SERVER_HELP',834 'placeholder' => 'localhost'835 ],836 'cache.memcached.port' => [837 'type' => 'text',838 'size' => 'small',839 'label' => 'PLUGIN_ADMIN.MEMCACHED_PORT',840 'help' => 'PLUGIN_ADMIN.MEMCACHED_PORT_HELP',841 'placeholder' => '11211'842 ],843 'cache.redis.socket' => [844 'type' => 'text',845 'size' => 'medium',846 'label' => 'PLUGIN_ADMIN.REDIS_SOCKET',847 'help' => 'PLUGIN_ADMIN.REDIS_SOCKET_HELP',848 'placeholder' => '/var/run/redis/redis.sock'849 ],850 'cache.redis.server' => [851 'type' => 'text',852 'size' => 'medium',853 'label' => 'PLUGIN_ADMIN.REDIS_SERVER',854 'help' => 'PLUGIN_ADMIN.REDIS_SERVER_HELP',855 'placeholder' => 'localhost'856 ],857 'cache.redis.port' => [858 'type' => 'text',859 'size' => 'small',860 'label' => 'PLUGIN_ADMIN.REDIS_PORT',861 'help' => 'PLUGIN_ADMIN.REDIS_PORT_HELP',862 'placeholder' => '6379'863 ],864 'cache.redis.password' => [865 'type' => 'text',866 'size' => 'small',867 'label' => 'PLUGIN_ADMIN.REDIS_PASSWORD'868 ],869 'cache.redis.database' => [870 'type' => 'text',871 'size' => 'medium',872 'label' => 'PLUGIN_ADMIN.REDIS_DATABASE',873 'help' => 'PLUGIN_ADMIN.REDIS_DATABASE_HELP',874 'placeholder' => '0',875 'validate' => [876 'type' => 'number',877 'min' => 0878 ]879 ],880 'flex_caching' => [881 'type' => 'section',882 'title' => 'PLUGIN_ADMIN.FLEX_CACHING'883 ],884 'flex.cache.index.enabled' => [885 'type' => 'toggle',886 'label' => 'PLUGIN_ADMIN.FLEX_INDEX_CACHE_ENABLED',887 'highlight' => 1,888 'default' => 1,889 'options' => [890 1 => 'PLUGIN_ADMIN.ENABLED',891 0 => 'PLUGIN_ADMIN.DISABLED'892 ],893 'validate' => [894 'type' => 'bool'895 ]896 ],897 'flex.cache.index.lifetime' => [898 'type' => 'text',899 'label' => 'PLUGIN_ADMIN.FLEX_INDEX_CACHE_LIFETIME',900 'default' => 60,901 'validate' => [902 'type' => 'int'903 ]904 ],905 'flex.cache.object.enabled' => [906 'type' => 'toggle',907 'label' => 'PLUGIN_ADMIN.FLEX_OBJECT_CACHE_ENABLED',908 'highlight' => 1,909 'default' => 1,910 'options' => [911 1 => 'PLUGIN_ADMIN.ENABLED',912 0 => 'PLUGIN_ADMIN.DISABLED'913 ],914 'validate' => [915 'type' => 'bool'916 ]917 ],918 'flex.cache.object.lifetime' => [919 'type' => 'text',920 'label' => 'PLUGIN_ADMIN.FLEX_OBJECT_CACHE_LIFETIME',921 'default' => 600,922 'validate' => [923 'type' => 'int'924 ]925 ],926 'flex.cache.render.enabled' => [927 'type' => 'toggle',928 'label' => 'PLUGIN_ADMIN.FLEX_RENDER_CACHE_ENABLED',929 'highlight' => 1,930 'default' => 1,931 'options' => [932 1 => 'PLUGIN_ADMIN.ENABLED',933 0 => 'PLUGIN_ADMIN.DISABLED'934 ],935 'validate' => [936 'type' => 'bool'937 ]938 ],939 'flex.cache.render.lifetime' => [940 'type' => 'text',941 'label' => 'PLUGIN_ADMIN.FLEX_RENDER_CACHE_LIFETIME',942 'default' => 600,943 'validate' => [944 'type' => 'int'945 ]946 ]947 ]948 ],949 'twig' => [950 'type' => 'tab',951 'title' => 'PLUGIN_ADMIN.TWIG_TEMPLATING',952 'fields' => [953 'twig_section' => [954 'type' => 'section',955 'title' => 'PLUGIN_ADMIN.TWIG_TEMPLATING',956 'underline' => true957 ],958 'twig.cache' => [959 'type' => 'toggle',960 'label' => 'PLUGIN_ADMIN.TWIG_CACHING',961 'help' => 'PLUGIN_ADMIN.TWIG_CACHING_HELP',962 'highlight' => 1,963 'options' => [964 1 => 'PLUGIN_ADMIN.YES',965 0 => 'PLUGIN_ADMIN.NO'966 ],967 'validate' => [968 'type' => 'bool'969 ]970 ],971 'twig.debug' => [972 'type' => 'toggle',973 'label' => 'PLUGIN_ADMIN.TWIG_DEBUG',974 'help' => 'PLUGIN_ADMIN.TWIG_DEBUG_HELP',975 'highlight' => 1,976 'options' => [977 1 => 'PLUGIN_ADMIN.YES',978 0 => 'PLUGIN_ADMIN.NO'979 ],980 'validate' => [981 'type' => 'bool'982 ]983 ],984 'twig.auto_reload' => [985 'type' => 'toggle',986 'label' => 'PLUGIN_ADMIN.DETECT_CHANGES',987 'help' => 'PLUGIN_ADMIN.DETECT_CHANGES_HELP',988 'highlight' => 1,989 'options' => [990 1 => 'PLUGIN_ADMIN.YES',991 0 => 'PLUGIN_ADMIN.NO'992 ],993 'validate' => [994 'type' => 'bool'995 ]996 ],997 'twig.autoescape' => [998 'type' => 'toggle',999 'label' => 'PLUGIN_ADMIN.AUTOESCAPE_VARIABLES',1000 'help' => 'PLUGIN_ADMIN.AUTOESCAPE_VARIABLES_HELP',1001 'highlight' => 1,1002 'default' => 1,1003 'options' => [1004 1 => 'PLUGIN_ADMIN.YES',1005 0 => 'PLUGIN_ADMIN.NO'1006 ],1007 'validate' => [1008 'type' => 'bool'1009 ]1010 ],1011 'twig.umask_fix' => [1012 'type' => 'toggle',1013 'label' => 'PLUGIN_ADMIN.TWIG_UMASK_FIX',1014 'help' => 'PLUGIN_ADMIN.TWIG_UMASK_FIX_HELP',1015 'highlight' => 0,1016 'options' => [1017 1 => 'PLUGIN_ADMIN.YES',1018 0 => 'PLUGIN_ADMIN.NO'1019 ],1020 'validate' => [1021 'type' => 'bool'1022 ]1023 ]1024 ]1025 ],1026 'assets' => [1027 'type' => 'tab',1028 'title' => 'PLUGIN_ADMIN.ASSETS',1029 'fields' => [1030 'general_config_section' => [1031 'type' => 'section',1032 'title' => 'PLUGIN_ADMIN.GENERAL_CONFIG',1033 'underline' => true1034 ],1035 'assets.enable_asset_timestamp' => [1036 'type' => 'toggle',1037 'label' => 'PLUGIN_ADMIN.ENABLED_TIMESTAMPS_ON_ASSETS',1038 'help' => 'PLUGIN_ADMIN.ENABLED_TIMESTAMPS_ON_ASSETS_HELP',1039 'highlight' => 0,1040 'options' => [1041 1 => 'PLUGIN_ADMIN.YES',1042 0 => 'PLUGIN_ADMIN.NO'1043 ],1044 'validate' => [1045 'type' => 'bool'1046 ]1047 ],1048 'assets.enable_asset_sri' => [1049 'type' => 'toggle',1050 'label' => 'PLUGIN_ADMIN.ENABLED_SRI_ON_ASSETS',1051 'help' => 'PLUGIN_ADMIN.ENABLED_SRI_ON_ASSETS_HELP',1052 'highlight' => 0,1053 'options' => [1054 1 => 'PLUGIN_ADMIN.YES',1055 0 => 'PLUGIN_ADMIN.NO'1056 ],1057 'validate' => [1058 'type' => 'bool'1059 ]1060 ],1061 'assets.collections' => [1062 'type' => 'multilevel',1063 'label' => 'PLUGIN_ADMIN.COLLECTIONS',1064 'placeholder_key' => 'collection_name',1065 'placeholder_value' => 'collection_path',1066 'validate' => [1067 'type' => 'array'1068 ]1069 ],1070 'css_assets_section' => [1071 'type' => 'section',1072 'title' => 'PLUGIN_ADMIN.CSS_ASSETS',1073 'underline' => true1074 ],1075 'assets.css_pipeline' => [1076 'type' => 'toggle',1077 'label' => 'PLUGIN_ADMIN.CSS_PIPELINE',1078 'help' => 'PLUGIN_ADMIN.CSS_PIPELINE_HELP',1079 'highlight' => 0,1080 'options' => [1081 1 => 'PLUGIN_ADMIN.YES',1082 0 => 'PLUGIN_ADMIN.NO'1083 ],1084 'validate' => [1085 'type' => 'bool'1086 ]1087 ],1088 'assets.css_pipeline_include_externals' => [1089 'type' => 'toggle',1090 'label' => 'PLUGIN_ADMIN.CSS_PIPELINE_INCLUDE_EXTERNALS',1091 'help' => 'PLUGIN_ADMIN.CSS_PIPELINE_INCLUDE_EXTERNALS_HELP',1092 'highlight' => 1,1093 'options' => [1094 1 => 'PLUGIN_ADMIN.YES',1095 0 => 'PLUGIN_ADMIN.NO'1096 ],1097 'validate' => [1098 'type' => 'bool'1099 ]1100 ],1101 'assets.css_pipeline_before_excludes' => [1102 'type' => 'toggle',1103 'label' => 'PLUGIN_ADMIN.CSS_PIPELINE_BEFORE_EXCLUDES',1104 'help' => 'PLUGIN_ADMIN.CSS_PIPELINE_BEFORE_EXCLUDES_HELP',1105 'highlight' => 1,1106 'options' => [1107 1 => 'PLUGIN_ADMIN.YES',1108 0 => 'PLUGIN_ADMIN.NO'1109 ],1110 'validate' => [1111 'type' => 'bool'1112 ]1113 ],1114 'assets.css_minify' => [1115 'type' => 'toggle',1116 'label' => 'PLUGIN_ADMIN.CSS_MINIFY',1117 'help' => 'PLUGIN_ADMIN.CSS_MINIFY_HELP',1118 'highlight' => 1,1119 'options' => [1120 1 => 'PLUGIN_ADMIN.YES',1121 0 => 'PLUGIN_ADMIN.NO'1122 ],1123 'validate' => [1124 'type' => 'bool'1125 ]1126 ],1127 'assets.css_minify_windows' => [1128 'type' => 'toggle',1129 'label' => 'PLUGIN_ADMIN.CSS_MINIFY_WINDOWS_OVERRIDE',1130 'help' => 'PLUGIN_ADMIN.CSS_MINIFY_WINDOWS_OVERRIDE_HELP',1131 'highlight' => 0,1132 'options' => [1133 1 => 'PLUGIN_ADMIN.YES',1134 0 => 'PLUGIN_ADMIN.NO'1135 ],1136 'validate' => [1137 'type' => 'bool'1138 ]1139 ],1140 'assets.css_rewrite' => [1141 'type' => 'toggle',1142 'label' => 'PLUGIN_ADMIN.CSS_REWRITE',1143 'help' => 'PLUGIN_ADMIN.CSS_REWRITE_HELP',1144 'highlight' => 1,1145 'options' => [1146 1 => 'PLUGIN_ADMIN.YES',1147 0 => 'PLUGIN_ADMIN.NO'1148 ],1149 'validate' => [1150 'type' => 'bool'1151 ]1152 ],1153 'js_assets_section' => [1154 'type' => 'section',1155 'title' => 'PLUGIN_ADMIN.JS_ASSETS',1156 'underline' => true1157 ],1158 'assets.js_pipeline' => [1159 'type' => 'toggle',1160 'label' => 'PLUGIN_ADMIN.JAVASCRIPT_PIPELINE',1161 'help' => 'PLUGIN_ADMIN.JAVASCRIPT_PIPELINE_HELP',1162 'highlight' => 0,1163 'options' => [1164 1 => 'PLUGIN_ADMIN.YES',1165 0 => 'PLUGIN_ADMIN.NO'1166 ],1167 'validate' => [1168 'type' => 'bool'1169 ]1170 ],1171 'assets.js_pipeline_include_externals' => [1172 'type' => 'toggle',1173 'label' => 'PLUGIN_ADMIN.JAVASCRIPT_PIPELINE_INCLUDE_EXTERNALS',1174 'help' => 'PLUGIN_ADMIN.JAVASCRIPT_PIPELINE_INCLUDE_EXTERNALS_HELP',1175 'highlight' => 1,1176 'options' => [1177 1 => 'PLUGIN_ADMIN.YES',1178 0 => 'PLUGIN_ADMIN.NO'1179 ],1180 'validate' => [1181 'type' => 'bool'1182 ]1183 ],1184 'assets.js_pipeline_before_excludes' => [1185 'type' => 'toggle',1186 'label' => 'PLUGIN_ADMIN.JAVASCRIPT_PIPELINE_BEFORE_EXCLUDES',1187 'help' => 'PLUGIN_ADMIN.JAVASCRIPT_PIPELINE_BEFORE_EXCLUDES_HELP',1188 'highlight' => 1,1189 'options' => [1190 1 => 'PLUGIN_ADMIN.YES',1191 0 => 'PLUGIN_ADMIN.NO'1192 ],1193 'validate' => [1194 'type' => 'bool'1195 ]1196 ],1197 'assets.js_minify' => [1198 'type' => 'toggle',1199 'label' => 'PLUGIN_ADMIN.JAVASCRIPT_MINIFY',1200 'help' => 'PLUGIN_ADMIN.JAVASCRIPT_MINIFY_HELP',1201 'highlight' => 1,1202 'options' => [1203 1 => 'PLUGIN_ADMIN.YES',1204 0 => 'PLUGIN_ADMIN.NO'1205 ],1206 'validate' => [1207 'type' => 'bool'1208 ]1209 ],1210 'js_module_assets_section' => [1211 'type' => 'section',1212 'title' => 'PLUGIN_ADMIN.JS_MODULE_ASSETS',1213 'underline' => true1214 ],1215 'assets.js_module_pipeline' => [1216 'type' => 'toggle',1217 'label' => 'PLUGIN_ADMIN.JAVASCRIPT_MODULE_PIPELINE',1218 'help' => 'PLUGIN_ADMIN.JAVASCRIPT_MODULE_PIPELINE_HELP',1219 'highlight' => 0,1220 'options' => [1221 1 => 'PLUGIN_ADMIN.YES',1222 0 => 'PLUGIN_ADMIN.NO'1223 ],1224 'validate' => [1225 'type' => 'bool'1226 ]1227 ],1228 'assets.js_module_pipeline_include_externals' => [1229 'type' => 'toggle',1230 'label' => 'PLUGIN_ADMIN.JAVASCRIPT_MODULE_PIPELINE_INCLUDE_EXTERNALS',1231 'help' => 'PLUGIN_ADMIN.JAVASCRIPT_MODULE_PIPELINE_INCLUDE_EXTERNALS_HELP',1232 'highlight' => 1,1233 'options' => [1234 1 => 'PLUGIN_ADMIN.YES',1235 0 => 'PLUGIN_ADMIN.NO'1236 ],1237 'validate' => [1238 'type' => 'bool'1239 ]1240 ],1241 'assets.js_module_pipeline_before_excludes' => [1242 'type' => 'toggle',1243 'label' => 'PLUGIN_ADMIN.JAVASCRIPT_MODULE_PIPELINE_BEFORE_EXCLUDES',1244 'help' => 'PLUGIN_ADMIN.JAVASCRIPT_MODULE_PIPELINE_BEFORE_EXCLUDES_HELP',1245 'highlight' => 1,1246 'options' => [1247 1 => 'PLUGIN_ADMIN.YES',1248 0 => 'PLUGIN_ADMIN.NO'1249 ],1250 'validate' => [1251 'type' => 'bool'1252 ]1253 ]1254 ]1255 ],1256 'errors' => [1257 'type' => 'tab',1258 'title' => 'PLUGIN_ADMIN.ERROR_HANDLER',1259 'fields' => [1260 'errors_section' => [1261 'type' => 'section',1262 'title' => 'PLUGIN_ADMIN.ERROR_HANDLER',1263 'underline' => true1264 ],1265 'errors.display' => [1266 'type' => 'select',1267 'label' => 'PLUGIN_ADMIN.DISPLAY_ERRORS',1268 'help' => 'PLUGIN_ADMIN.DISPLAY_ERRORS_HELP',1269 'size' => 'medium',1270 'highlight' => 1,1271 'options' => [1272 -1 => 'PLUGIN_ADMIN.ERROR_SYSTEM',1273 0 => 'PLUGIN_ADMIN.ERROR_SIMPLE',1274 1 => 'PLUGIN_ADMIN.ERROR_FULL_BACKTRACE'1275 ],1276 'validate' => [1277 'type' => 'int'1278 ]1279 ],1280 'errors.log' => [1281 'type' => 'toggle',1282 'label' => 'PLUGIN_ADMIN.LOG_ERRORS',1283 'help' => 'PLUGIN_ADMIN.LOG_ERRORS_HELP',1284 'highlight' => 1,1285 'options' => [1286 1 => 'PLUGIN_ADMIN.YES',1287 0 => 'PLUGIN_ADMIN.NO'1288 ],1289 'validate' => [1290 'type' => 'bool'1291 ]1292 ],1293 'log.handler' => [1294 'type' => 'select',1295 'size' => 'small',1296 'label' => 'PLUGIN_ADMIN.LOG_HANDLER',1297 'help' => 'PLUGIN_ADMIN.LOG_HANDLER_HELP',1298 'default' => 'file',1299 'options' => [1300 'file' => 'File',1301 'syslog' => 'Syslog'1302 ]1303 ],1304 'log.syslog.facility' => [1305 'type' => 'select',1306 'size' => 'small',1307 'label' => 'PLUGIN_ADMIN.SYSLOG_FACILITY',1308 'help' => 'PLUGIN_ADMIN.SYSLOG_FACILITY_HELP',1309 'default' => 'local6',1310 'options' => [1311 'auth' => 'auth',1312 'authpriv' => 'authpriv',1313 'cron' => 'cron',1314 'daemon' => 'daemon',1315 'kern' => 'kern',1316 'lpr' => 'lpr',1317 'mail' => 'mail',1318 'news' => 'news',1319 'syslog' => 'syslog',1320 'user' => 'user',1321 'uucp' => 'uucp',1322 'local0' => 'local0',1323 'local1' => 'local1',1324 'local2' => 'local2',1325 'local3' => 'local3',1326 'local4' => 'local4',1327 'local5' => 'local5',1328 'local6' => 'local6',1329 'local7' => 'local7'1330 ]1331 ]1332 ]1333 ],1334 'debugger' => [1335 'type' => 'tab',1336 'title' => 'PLUGIN_ADMIN.DEBUGGER',1337 'fields' => [1338 'debugger_section' => [1339 'type' => 'section',1340 'title' => 'PLUGIN_ADMIN.DEBUGGER',1341 'underline' => true1342 ],1343 'debugger.enabled' => [1344 'type' => 'toggle',1345 'label' => 'PLUGIN_ADMIN.DEBUGGER',1346 'help' => 'PLUGIN_ADMIN.DEBUGGER_HELP',1347 'highlight' => 0,1348 'options' => [1349 1 => 'PLUGIN_ADMIN.YES',1350 0 => 'PLUGIN_ADMIN.NO'1351 ],1352 'validate' => [1353 'type' => 'bool'1354 ]1355 ],1356 'debugger.provider' => [1357 'type' => 'select',1358 'label' => 'PLUGIN_ADMIN.DEBUGGER_PROVIDER',1359 'help' => 'PLUGIN_ADMIN.DEBUGGER_PROVIDER_HELP',1360 'size' => 'medium',1361 'default' => 'debugbar',1362 'options' => [1363 'debugbar' => 'PLUGIN_ADMIN.DEBUGGER_DEBUGBAR',1364 'clockwork' => 'PLUGIN_ADMIN.DEBUGGER_CLOCKWORK'1365 ]1366 ],1367 'debugger.censored' => [1368 'type' => 'toggle',1369 'label' => 'PLUGIN_ADMIN.DEBUGGER_CENSORED',1370 'help' => 'PLUGIN_ADMIN.DEBUGGER_CENSORED_HELP',1371 'highlight' => 0,1372 'options' => [1373 1 => 'PLUGIN_ADMIN.YES',1374 0 => 'PLUGIN_ADMIN.NO'1375 ],1376 'validate' => [1377 'type' => 'bool'1378 ]1379 ],1380 'debugger.shutdown.close_connection' => [1381 'type' => 'toggle',1382 'label' => 'PLUGIN_ADMIN.SHUTDOWN_CLOSE_CONNECTION',1383 'help' => 'PLUGIN_ADMIN.SHUTDOWN_CLOSE_CONNECTION_HELP',1384 'highlight' => 1,1385 'options' => [1386 1 => 'PLUGIN_ADMIN.YES',1387 0 => 'PLUGIN_ADMIN.NO'1388 ],1389 'validate' => [1390 'type' => 'bool'1391 ]1392 ]1393 ]1394 ],1395 'media' => [1396 'type' => 'tab',1397 'title' => 'PLUGIN_ADMIN.MEDIA',1398 'fields' => [1399 'media_section' => [1400 'type' => 'section',1401 'title' => 'PLUGIN_ADMIN.MEDIA',1402 'underline' => true1403 ],1404 'images.default_image_quality' => [1405 'type' => 'range',1406 'append' => '%',1407 'label' => 'PLUGIN_ADMIN.DEFAULT_IMAGE_QUALITY',1408 'help' => 'PLUGIN_ADMIN.DEFAULT_IMAGE_QUALITY_HELP',1409 'validate' => [1410 'min' => 1,1411 'max' => 1001412 ]1413 ],1414 'images.cache_all' => [1415 'type' => 'toggle',1416 'label' => 'PLUGIN_ADMIN.CACHE_ALL',1417 'help' => 'PLUGIN_ADMIN.CACHE_ALL_HELP',1418 'highlight' => 0,1419 'options' => [1420 1 => 'PLUGIN_ADMIN.YES',1421 0 => 'PLUGIN_ADMIN.NO'1422 ],1423 'validate' => [1424 'type' => 'bool'1425 ]1426 ],1427 'images.cache_perms' => [1428 'type' => 'select',1429 'size' => 'small',1430 'label' => 'PLUGIN_ADMIN.CACHE_PERMS',1431 'help' => 'PLUGIN_ADMIN.CACHE_PERMS_HELP',1432 'highlight' => '0755',1433 'options' => [1434 '0755' => '0755',1435 '0775' => '0775'1436 ]1437 ],1438 'images.debug' => [1439 'type' => 'toggle',1440 'label' => 'PLUGIN_ADMIN.IMAGES_DEBUG',1441 'help' => 'PLUGIN_ADMIN.IMAGES_DEBUG_HELP',1442 'highlight' => 0,1443 'options' => [1444 1 => 'PLUGIN_ADMIN.YES',1445 0 => 'PLUGIN_ADMIN.NO'1446 ],1447 'validate' => [1448 'type' => 'bool'1449 ]1450 ],1451 'images.auto_fix_orientation' => [1452 'type' => 'toggle',1453 'label' => 'PLUGIN_ADMIN.IMAGES_AUTO_FIX_ORIENTATION',1454 'help' => 'PLUGIN_ADMIN.IMAGES_AUTO_FIX_ORIENTATION_HELP',1455 'highlight' => 1,1456 'options' => [1457 1 => 'PLUGIN_ADMIN.YES',1458 0 => 'PLUGIN_ADMIN.NO'1459 ],1460 'validate' => [1461 'type' => 'bool'1462 ]1463 ],1464 'images.defaults.loading' => [1465 'type' => 'select',1466 'size' => 'small',1467 'label' => 'PLUGIN_ADMIN.IMAGES_LOADING',1468 'help' => 'PLUGIN_ADMIN.IMAGES_LOADING_HELP',1469 'highlight' => 'auto',1470 'options' => [1471 'auto' => 'Auto',1472 'lazy' => 'Lazy',1473 'eager' => 'Eager'1474 ]1475 ],1476 'images.seofriendly' => [1477 'type' => 'toggle',1478 'label' => 'PLUGIN_ADMIN.IMAGES_SEOFRIENDLY',1479 'help' => 'PLUGIN_ADMIN.IMAGES_SEOFRIENDLY_HELP',1480 'highlight' => 0,1481 'options' => [1482 1 => 'PLUGIN_ADMIN.YES',1483 0 => 'PLUGIN_ADMIN.NO'1484 ],1485 'validate' => [1486 'type' => 'bool'1487 ]1488 ],1489 'media.enable_media_timestamp' => [1490 'type' => 'toggle',1491 'label' => 'PLUGIN_ADMIN.ENABLE_MEDIA_TIMESTAMP',1492 'help' => 'PLUGIN_ADMIN.ENABLE_MEDIA_TIMESTAMP_HELP',1493 'highlight' => 0,1494 'options' => [1495 1 => 'PLUGIN_ADMIN.YES',1496 0 => 'PLUGIN_ADMIN.NO'1497 ],1498 'validate' => [1499 'type' => 'bool'1500 ]1501 ],1502 'media.auto_metadata_exif' => [1503 'type' => 'toggle',1504 'label' => 'PLUGIN_ADMIN.ENABLE_AUTO_METADATA',1505 'help' => 'PLUGIN_ADMIN.ENABLE_AUTO_METADATA_HELP',1506 'highlight' => 0,1507 'options' => [1508 1 => 'PLUGIN_ADMIN.YES',1509 0 => 'PLUGIN_ADMIN.NO'1510 ],1511 'validate' => [1512 'type' => 'bool'1513 ]1514 ],1515 'media.allowed_fallback_types' => [1516 'type' => 'selectize',1517 'size' => 'large',1518 'label' => 'PLUGIN_ADMIN.FALLBACK_TYPES',1519 'help' => 'PLUGIN_ADMIN.FALLBACK_TYPES_HELP',1520 'classes' => 'fancy',1521 'validate' => [1522 'type' => 'commalist'1523 ]1524 ],1525 'media.unsupported_inline_types' => [1526 'type' => 'selectize',1527 'size' => 'large',1528 'label' => 'PLUGIN_ADMIN.INLINE_TYPES',1529 'help' => 'PLUGIN_ADMIN.INLINE_TYPES_HELP',1530 'classes' => 'fancy',1531 'validate' => [1532 'type' => 'commalist'1533 ]1534 ],1535 'section_images_cls' => [1536 'type' => 'section',1537 'title' => 'PLUGIN_ADMIN.IMAGES_CLS_TITLE',1538 'underline' => true1539 ],1540 'images.cls.auto_sizes' => [1541 'type' => 'toggle',1542 'label' => 'PLUGIN_ADMIN.IMAGES_CLS_AUTO_SIZES',1543 'help' => 'PLUGIN_ADMIN.IMAGES_CLS_AUTO_SIZES_HELP',1544 'highlight' => 0,1545 'options' => [1546 1 => 'PLUGIN_ADMIN.YES',1547 0 => 'PLUGIN_ADMIN.NO'1548 ],1549 'validate' => [1550 'type' => 'bool'1551 ]1552 ],1553 'images.cls.aspect_ratio' => [1554 'type' => 'toggle',1555 'label' => 'PLUGIN_ADMIN.IMAGES_CLS_ASPECT_RATIO',1556 'help' => 'PLUGIN_ADMIN.IMAGES_CLS_ASPECT_RATIO_HELP',1557 'highlight' => 0,1558 'options' => [1559 1 => 'PLUGIN_ADMIN.YES',1560 0 => 'PLUGIN_ADMIN.NO'1561 ],1562 'validate' => [1563 'type' => 'bool'1564 ]1565 ],1566 'images.cls.retina_scale' => [1567 'type' => 'select',1568 'label' => 'PLUGIN_ADMIN.IMAGES_CLS_RETINA_SCALE',1569 'help' => 'PLUGIN_ADMIN.IMAGES_CLS_RETINA_SCALE_HELP',1570 'size' => 'small',1571 'highlight' => 1,1572 'options' => [1573 1 => '1X',1574 2 => '2X',1575 3 => '3X',1576 4 => '4X'1577 ]1578 ]1579 ]1580 ],1581 'session' => [1582 'type' => 'tab',1583 'title' => 'PLUGIN_ADMIN.SESSION',1584 'fields' => [1585 'session_section' => [1586 'type' => 'section',1587 'title' => 'PLUGIN_ADMIN.SESSION',1588 'underline' => true1589 ],1590 'session.enabled' => [1591 'type' => 'hidden',1592 'label' => 'PLUGIN_ADMIN.ENABLED',1593 'help' => 'PLUGIN_ADMIN.SESSION_ENABLED_HELP',1594 'highlight' => 1,1595 'options' => [1596 1 => 'PLUGIN_ADMIN.YES',1597 0 => 'PLUGIN_ADMIN.NO'1598 ],1599 'default' => true,1600 'validate' => [1601 'type' => 'bool'1602 ]1603 ],1604 'session.initialize' => [1605 'type' => 'toggle',1606 'label' => 'PLUGIN_ADMIN.SESSION_INITIALIZE',1607 'help' => 'PLUGIN_ADMIN.SESSION_INITIALIZE_HELP',1608 'highlight' => 1,1609 'options' => [1610 1 => 'PLUGIN_ADMIN.YES',1611 0 => 'PLUGIN_ADMIN.NO'1612 ],1613 'default' => true,1614 'validate' => [1615 'type' => 'bool'1616 ]1617 ],1618 'session.timeout' => [1619 'type' => 'text',1620 'size' => 'small',1621 'append' => 'GRAV.NICETIME.SECOND_PLURAL',1622 'label' => 'PLUGIN_ADMIN.TIMEOUT',1623 'help' => 'PLUGIN_ADMIN.TIMEOUT_HELP',1624 'validate' => [1625 'type' => 'number',1626 'min' => 01627 ]1628 ],1629 'session.name' => [1630 'type' => 'text',1631 'size' => 'small',1632 'label' => 'PLUGIN_ADMIN.NAME',1633 'help' => 'PLUGIN_ADMIN.SESSION_NAME_HELP'1634 ],1635 'session.uniqueness' => [1636 'type' => 'select',1637 'size' => 'medium',1638 'label' => 'PLUGIN_ADMIN.SESSION_UNIQUENESS',1639 'help' => 'PLUGIN_ADMIN.SESSION_UNIQUENESS_HELP',1640 'highlight' => 'path',1641 'default' => 'path',1642 'options' => [1643 'path' => 'Grav\'s root file path',1644 'salt' => 'Grav\'s random security salt'1645 ]1646 ],1647 'session.secure' => [1648 'type' => 'toggle',1649 'label' => 'PLUGIN_ADMIN.SESSION_SECURE',1650 'help' => 'PLUGIN_ADMIN.SESSION_SECURE_HELP',1651 'highlight' => 1,1652 'options' => [1653 1 => 'PLUGIN_ADMIN.YES',1654 0 => 'PLUGIN_ADMIN.NO'1655 ],1656 'default' => false,1657 'validate' => [1658 'type' => 'bool'1659 ]1660 ],1661 'session.secure_https' => [1662 'type' => 'toggle',1663 'label' => 'PLUGIN_ADMIN.SESSION_SECURE_HTTPS',1664 'help' => 'PLUGIN_ADMIN.SESSION_SECURE_HTTPS_HELP',1665 'highlight' => 1,1666 'options' => [1667 1 => 'PLUGIN_ADMIN.YES',1668 0 => 'PLUGIN_ADMIN.NO'1669 ],1670 'default' => true,1671 'validate' => [1672 'type' => 'bool'1673 ]1674 ],1675 'session.httponly' => [1676 'type' => 'toggle',1677 'label' => 'PLUGIN_ADMIN.SESSION_HTTPONLY',1678 'help' => 'PLUGIN_ADMIN.SESSION_HTTPONLY_HELP',1679 'highlight' => 1,1680 'options' => [1681 1 => 'PLUGIN_ADMIN.YES',1682 0 => 'PLUGIN_ADMIN.NO'1683 ],1684 'default' => true,1685 'validate' => [1686 'type' => 'bool'1687 ]1688 ],1689 'session.domain' => [1690 'type' => 'text',1691 'size' => 'small',1692 'label' => 'PLUGIN_ADMIN.SESSION_DOMAIN',1693 'help' => 'PLUGIN_ADMIN.SESSION_DOMAIN_HELP'1694 ],1695 'session.path' => [1696 'type' => 'text',1697 'size' => 'small',1698 'label' => 'PLUGIN_ADMIN.SESSION_PATH',1699 'help' => 'PLUGIN_ADMIN.SESSION_PATH_HELP'1700 ],1701 'session.samesite' => [1702 'type' => 'text',1703 'size' => 'small',1704 'label' => 'PLUGIN_ADMIN.SESSION_SAMESITE',1705 'help' => 'PLUGIN_ADMIN.SESSION_SAMESITE_HELP'1706 ],1707 'session.split' => [1708 'type' => 'toggle',1709 'label' => 'PLUGIN_ADMIN.SESSION_SPLIT',1710 'help' => 'PLUGIN_ADMIN.SESSION_SPLIT_HELP',1711 'highlight' => 1,1712 'options' => [1713 1 => 'PLUGIN_ADMIN.YES',1714 0 => 'PLUGIN_ADMIN.NO'1715 ],1716 'default' => true,1717 'validate' => [1718 'type' => 'bool'1719 ]1720 ]1721 ]1722 ],1723 'advanced' => [1724 'type' => 'tab',1725 'title' => 'PLUGIN_ADMIN.ADVANCED',1726 'fields' => [1727 'advanced_section' => [1728 'type' => 'section',1729 'title' => 'PLUGIN_ADMIN.ADVANCED',1730 'underline' => true1731 ],1732 'gpm_section' => [1733 'type' => 'section',1734 'title' => 'PLUGIN_ADMIN.GPM_SECTION'1735 ],1736 'gpm.releases' => [1737 'type' => 'toggle',1738 'label' => 'PLUGIN_ADMIN.GPM_RELEASES',1739 'highlight' => 'stable',1740 'help' => 'PLUGIN_ADMIN.GPM_RELEASES_HELP',1741 'options' => [1742 'stable' => 'PLUGIN_ADMIN.STABLE',1743 'testing' => 'PLUGIN_ADMIN.TESTING'1744 ]1745 ],1746 'gpm.official_gpm_only' => [1747 'type' => 'toggle',1748 'label' => 'PLUGIN_ADMIN.GPM_OFFICIAL_ONLY',1749 'highlight' => 1,1750 'help' => 'PLUGIN_ADMIN.GPM_OFFICIAL_ONLY_HELP',1751 'options' => [1752 1 => 'PLUGIN_ADMIN.YES',1753 0 => 'PLUGIN_ADMIN.NO'1754 ],1755 'default' => true,1756 'validate' => [1757 'type' => 'bool'1758 ]1759 ],1760 'http_section' => [1761 'type' => 'section',1762 'title' => 'PLUGIN_ADMIN.HTTP_SECTION'1763 ],1764 'http.method' => [1765 'type' => 'toggle',1766 'label' => 'PLUGIN_ADMIN.GPM_METHOD',1767 'highlight' => 'auto',1768 'help' => 'PLUGIN_ADMIN.GPM_METHOD_HELP',1769 'options' => [1770 'auto' => 'PLUGIN_ADMIN.AUTO',1771 'fopen' => 'PLUGIN_ADMIN.FOPEN',1772 'curl' => 'PLUGIN_ADMIN.CURL'1773 ]1774 ],1775 'http.enable_proxy' => [1776 'type' => 'toggle',1777 'label' => 'PLUGIN_ADMIN.SSL_ENABLE_PROXY',1778 'highlight' => 1,1779 'options' => [1780 1 => 'PLUGIN_ADMIN.YES',1781 0 => 'PLUGIN_ADMIN.NO'1782 ],1783 'default' => false,1784 'validate' => [1785 'type' => 'bool'1786 ]1787 ],1788 'http.proxy_url' => [1789 'type' => 'text',1790 'size' => 'medium',1791 'placeholder' => 'e.g. 127.0.0.1:3128',1792 'label' => 'PLUGIN_ADMIN.PROXY_URL',1793 'help' => 'PLUGIN_ADMIN.PROXY_URL_HELP'1794 ],1795 'http.proxy_cert_path' => [1796 'type' => 'text',1797 'size' => 'medium',1798 'placeholder' => 'e.g. /Users/bob/certs/',1799 'label' => 'PLUGIN_ADMIN.PROXY_CERT',1800 'help' => 'PLUGIN_ADMIN.PROXY_CERT_HELP'1801 ],1802 'http.verify_peer' => [1803 'type' => 'toggle',1804 'label' => 'PLUGIN_ADMIN.SSL_VERIFY_PEER',1805 'highlight' => 1,1806 'help' => 'PLUGIN_ADMIN.SSL_VERIFY_PEER_HELP',1807 'options' => [1808 1 => 'PLUGIN_ADMIN.YES',1809 0 => 'PLUGIN_ADMIN.NO'1810 ],1811 'validate' => [1812 'type' => 'bool'1813 ]1814 ],1815 'http.verify_host' => [1816 'type' => 'toggle',1817 'label' => 'PLUGIN_ADMIN.SSL_VERIFY_HOST',1818 'highlight' => 1,1819 'help' => 'PLUGIN_ADMIN.SSL_VERIFY_HOST_HELP',1820 'options' => [1821 1 => 'PLUGIN_ADMIN.YES',1822 0 => 'PLUGIN_ADMIN.NO'1823 ],1824 'validate' => [1825 'type' => 'bool'1826 ]1827 ],1828 'http.concurrent_connections' => [1829 'type' => 'number',1830 'size' => 'x-small',1831 'label' => 'PLUGIN_ADMIN.HTTP_CONNECTIONS',1832 'help' => 'PLUGIN_ADMIN.HTTP_CONNECTIONS_HELP',1833 'validate' => [1834 'min' => 1,1835 'max' => 201836 ]1837 ],1838 'misc_section' => [1839 'type' => 'section',1840 'title' => 'PLUGIN_ADMIN.MISC_SECTION'1841 ],1842 'reverse_proxy_setup' => [1843 'type' => 'toggle',1844 'label' => 'PLUGIN_ADMIN.REVERSE_PROXY',1845 'highlight' => 0,1846 'help' => 'PLUGIN_ADMIN.REVERSE_PROXY_HELP',1847 'options' => [1848 1 => 'PLUGIN_ADMIN.YES',1849 0 => 'PLUGIN_ADMIN.NO'1850 ],1851 'validate' => [1852 'type' => 'bool'1853 ]1854 ],1855 'username_regex' => [1856 'type' => 'text',1857 'size' => 'large',1858 'label' => 'PLUGIN_ADMIN.USERNAME_REGEX',1859 'help' => 'PLUGIN_ADMIN.USERNAME_REGEX_HELP'1860 ],1861 'pwd_regex' => [1862 'type' => 'text',1863 'size' => 'large',1864 'label' => 'PLUGIN_ADMIN.PWD_REGEX',1865 'help' => 'PLUGIN_ADMIN.PWD_REGEX_HELP'1866 ],1867 'intl_enabled' => [1868 'type' => 'toggle',1869 'label' => 'PLUGIN_ADMIN.INTL_ENABLED',1870 'highlight' => 1,1871 'help' => 'PLUGIN_ADMIN.INTL_ENABLED_HELP',1872 'options' => [1873 1 => 'PLUGIN_ADMIN.YES',1874 0 => 'PLUGIN_ADMIN.NO'1875 ],1876 'validate' => [1877 'type' => 'bool'1878 ]1879 ],1880 'wrapped_site' => [1881 'type' => 'toggle',1882 'label' => 'PLUGIN_ADMIN.WRAPPED_SITE',1883 'highlight' => 0,1884 'help' => 'PLUGIN_ADMIN.WRAPPED_SITE_HELP',1885 'options' => [1886 1 => 'PLUGIN_ADMIN.YES',1887 0 => 'PLUGIN_ADMIN.NO'1888 ],1889 'validate' => [1890 'type' => 'bool'1891 ]1892 ],1893 'absolute_urls' => [1894 'type' => 'toggle',1895 'label' => 'PLUGIN_ADMIN.ABSOLUTE_URLS',1896 'highlight' => 0,1897 'help' => 'PLUGIN_ADMIN.ABSOLUTE_URLS_HELP',1898 'options' => [1899 1 => 'PLUGIN_ADMIN.YES',1900 0 => 'PLUGIN_ADMIN.NO'1901 ],1902 'validate' => [1903 'type' => 'bool'1904 ]1905 ],1906 'param_sep' => [1907 'type' => 'select',1908 'size' => 'medium',1909 'label' => 'PLUGIN_ADMIN.PARAMETER_SEPARATOR',1910 'classes' => 'fancy',1911 'help' => 'PLUGIN_ADMIN.PARAMETER_SEPARATOR_HELP',1912 'default' => '',1913 'options' => [1914 ':' => ': (default)',1915 ';' => '; (for Apache running on Windows)'1916 ]1917 ],1918 'force_ssl' => [1919 'type' => 'toggle',1920 'label' => 'PLUGIN_ADMIN.FORCE_SSL',1921 'highlight' => 0,1922 'help' => 'PLUGIN_ADMIN.FORCE_SSL_HELP',1923 'options' => [1924 1 => 'PLUGIN_ADMIN.YES',1925 0 => 'PLUGIN_ADMIN.NO'1926 ],1927 'validate' => [1928 'type' => 'bool'1929 ]1930 ],1931 'force_lowercase_urls' => [1932 'type' => 'toggle',1933 'label' => 'PLUGIN_ADMIN.FORCE_LOWERCASE_URLS',1934 'highlight' => 1,1935 'default' => 1,1936 'help' => 'PLUGIN_ADMIN.FORCE_LOWERCASE_URLS_HELP',1937 'options' => [1938 1 => 'PLUGIN_ADMIN.YES',1939 0 => 'PLUGIN_ADMIN.NO'1940 ],1941 'validate' => [1942 'type' => 'bool'1943 ]1944 ],1945 'custom_base_url' => [1946 'type' => 'text',1947 'size' => 'medium',1948 'placeholder' => 'e.g. http://yoursite.com/yourpath',1949 'label' => 'PLUGIN_ADMIN.CUSTOM_BASE_URL',1950 'help' => 'PLUGIN_ADMIN.CUSTOM_BASE_URL_HELP'1951 ],1952 'http_x_forwarded.protocol' => [1953 'type' => 'toggle',1954 'label' => 'HTTP_X_FORWARDED_PROTO Enabled',1955 'highlight' => 1,1956 'default' => 1,1957 'options' => [1958 1 => 'PLUGIN_ADMIN.YES',1959 0 => 'PLUGIN_ADMIN.NO'1960 ],1961 'validate' => [1962 'type' => 'bool'1963 ]1964 ],1965 'http_x_forwarded.host' => [1966 'type' => 'toggle',1967 'label' => 'HTTP_X_FORWARDED_HOST Enabled',1968 'highlight' => 0,1969 'default' => 0,1970 'options' => [1971 1 => 'PLUGIN_ADMIN.YES',1972 0 => 'PLUGIN_ADMIN.NO'1973 ],1974 'validate' => [1975 'type' => 'bool'1976 ]1977 ],1978 'http_x_forwarded.port' => [1979 'type' => 'toggle',1980 'label' => 'HTTP_X_FORWARDED_PORT Enabled',1981 'highlight' => 1,1982 'default' => 1,1983 'options' => [1984 1 => 'PLUGIN_ADMIN.YES',1985 0 => 'PLUGIN_ADMIN.NO'1986 ],1987 'validate' => [1988 'type' => 'bool'1989 ]1990 ],1991 'http_x_forwarded.ip' => [1992 'type' => 'toggle',1993 'label' => 'HTTP_X_FORWARDED IP Enabled',1994 'highlight' => 1,1995 'default' => 1,1996 'options' => [1997 1 => 'PLUGIN_ADMIN.YES',1998 0 => 'PLUGIN_ADMIN.NO'1999 ],2000 'validate' => [2001 'type' => 'bool'2002 ]2003 ],2004 'strict_mode.blueprint_compat' => [2005 'type' => 'toggle',2006 'label' => 'PLUGIN_ADMIN.STRICT_BLUEPRINT_COMPAT',2007 'highlight' => 0,2008 'default' => 0,2009 'help' => 'PLUGIN_ADMIN.STRICT_BLUEPRINT_COMPAT_HELP',2010 'options' => [2011 1 => 'PLUGIN_ADMIN.YES',2012 0 => 'PLUGIN_ADMIN.NO'2013 ],2014 'validate' => [2015 'type' => 'bool'2016 ]2017 ],2018 'strict_mode.yaml_compat' => [2019 'type' => 'toggle',2020 'label' => 'PLUGIN_ADMIN.STRICT_YAML_COMPAT',2021 'highlight' => 0,2022 'default' => 0,2023 'help' => 'PLUGIN_ADMIN.STRICT_YAML_COMPAT_HELP',2024 'options' => [2025 1 => 'PLUGIN_ADMIN.YES',2026 0 => 'PLUGIN_ADMIN.NO'2027 ],2028 'validate' => [2029 'type' => 'bool'2030 ]2031 ],2032 'strict_mode.twig_compat' => [2033 'type' => 'toggle',2034 'label' => 'PLUGIN_ADMIN.STRICT_TWIG_COMPAT',2035 'highlight' => 0,2036 'default' => 0,2037 'help' => 'PLUGIN_ADMIN.STRICT_TWIG_COMPAT_HELP',2038 'options' => [2039 1 => 'PLUGIN_ADMIN.YES',2040 0 => 'PLUGIN_ADMIN.NO'2041 ],2042 'validate' => [2043 'type' => 'bool'2044 ]2045 ]2046 ]2047 ],2048 'accounts' => [2049 'type' => 'tab',2050 'title' => 'PLUGIN_ADMIN.ACCOUNTS',2051 'fields' => [2052 'flex_accounts' => [2053 'type' => 'section',2054 'title' => 'User Accounts'2055 ],2056 'accounts.type' => [2057 'type' => 'select',2058 'label' => 'PLUGIN_ADMIN.ACCOUNTS_TYPE',2059 'highlight' => 'stable',2060 'help' => 'PLUGIN_ADMIN.ACCOUNTS_TYPE_HELP',2061 'options' => [2062 'regular' => 'PLUGIN_ADMIN.REGULAR',2063 'flex' => 'PLUGIN_ADMIN.FLEX'2064 ]2065 ],2066 'accounts.storage' => [2067 'type' => 'select',2068 'label' => 'PLUGIN_ADMIN.ACCOUNTS_STORAGE',2069 'highlight' => 'stable',2070 'help' => 'PLUGIN_ADMIN.ACCOUNTS_STORAGE_HELP',2071 'options' => [2072 'file' => 'PLUGIN_ADMIN.FILE',2073 'folder' => 'PLUGIN_ADMIN.FOLDER'2074 ]2075 ],2076 'accounts.avatar' => [2077 'type' => 'select',2078 'label' => 'PLUGIN_ADMIN.AVATAR',2079 'default' => 'gravatar',2080 'help' => 'PLUGIN_ADMIN.AVATAR_HELP',2081 'options' => [2082 'multiavatar' => 'Multiavatar [local]',2083 'gravatar' => 'Gravatar [external]'2084 ]2085 ]2086 ]2087 ]2088 ]2089 ]2090 ]2091 ]2092 ]2093];

Full Screen

Full Screen

tmpl-insert-icons-modal.php

Source:tmpl-insert-icons-modal.php Github

copy

Full Screen

...12 <div class="results">13 <!-- Web Application Icons -->14 <h2><?php _e('Web Application Icons', 'LayerSlider') ?></h2>15 <section class="clearfix">16 <div data-help="address-book"><i class="fa fa-address-book"></i></div>17 <div data-help="address-book-o"><i class="fa fa-address-book-o"></i></div>18 <div data-help="address-card"><i class="fa fa-address-card"></i></div>19 <div data-help="address-card-o"><i class="fa fa-address-card-o"></i></div>20 <div data-help="adjust"><i class="fa fa-adjust"></i></div>21 <div data-help="american-sign-language-interpreting"><i class="fa fa-american-sign-language-interpreting"></i></div>22 <div data-help="anchor"><i class="fa fa-anchor"></i></div>23 <div data-help="archive"><i class="fa fa-archive"></i></div>24 <div data-help="area-chart"><i class="fa fa-area-chart"></i></div>25 <div data-help="arrows"><i class="fa fa-arrows"></i></div>26 <div data-help="arrows-h"><i class="fa fa-arrows-h"></i></div>27 <div data-help="arrows-v"><i class="fa fa-arrows-v"></i></div>28 <div data-help="american-sign-language-interpreting"><i class="fa fa-american-sign-language-interpreting"></i></div>29 <div data-help="assistive-listening-systems"><i class="fa fa-assistive-listening-systems"></i></div>30 <div data-help="asterisk"><i class="fa fa-asterisk"></i></div>31 <div data-help="at"><i class="fa fa-at"></i></div>32 <div data-help="audio-description"><i class="fa fa-audio-description"></i></div>33 <div data-help="car"><i class="fa fa-car"></i></div>34 <div data-help="balance-scale"><i class="fa fa-balance-scale"></i></div>35 <div data-help="ban"><i class="fa fa-ban"></i></div>36 <div data-help="university"><i class="fa fa-university"></i></div>37 <div data-help="bar-chart"><i class="fa fa-bar-chart"></i></div>38 <div data-help="bar-chart"><i class="fa fa-bar-chart"></i></div>39 <div data-help="barcode"><i class="fa fa-barcode"></i></div>40 <div data-help="bars"><i class="fa fa-bars"></i></div>41 <div data-help="bath"><i class="fa fa-bath"></i></div>42 <div data-help="bath"><i class="fa fa-bath"></i></div>43 <div data-help="battery-full"><i class="fa fa-battery-full"></i></div>44 <div data-help="battery-empty"><i class="fa fa-battery-empty"></i></div>45 <div data-help="battery-quarter"><i class="fa fa-battery-quarter"></i></div>46 <div data-help="battery-half"><i class="fa fa-battery-half"></i></div>47 <div data-help="battery-three-quarters"><i class="fa fa-battery-three-quarters"></i></div>48 <div data-help="battery-full"><i class="fa fa-battery-full"></i></div>49 <div data-help="battery-empty"><i class="fa fa-battery-empty"></i></div>50 <div data-help="battery-full"><i class="fa fa-battery-full"></i></div>51 <div data-help="battery-half"><i class="fa fa-battery-half"></i></div>52 <div data-help="battery-quarter"><i class="fa fa-battery-quarter"></i></div>53 <div data-help="battery-three-quarters"><i class="fa fa-battery-three-quarters"></i></div>54 <div data-help="bed"><i class="fa fa-bed"></i></div>55 <div data-help="beer"><i class="fa fa-beer"></i></div>56 <div data-help="bell"><i class="fa fa-bell"></i></div>57 <div data-help="bell-o"><i class="fa fa-bell-o"></i></div>58 <div data-help="bell-slash"><i class="fa fa-bell-slash"></i></div>59 <div data-help="bell-slash-o"><i class="fa fa-bell-slash-o"></i></div>60 <div data-help="bicycle"><i class="fa fa-bicycle"></i></div>61 <div data-help="binoculars"><i class="fa fa-binoculars"></i></div>62 <div data-help="birthday-cake"><i class="fa fa-birthday-cake"></i></div>63 <div data-help="blind"><i class="fa fa-blind"></i></div>64 <div data-help="bluetooth"><i class="fa fa-bluetooth"></i></div>65 <div data-help="bluetooth-b"><i class="fa fa-bluetooth-b"></i></div>66 <div data-help="bolt"><i class="fa fa-bolt"></i></div>67 <div data-help="bomb"><i class="fa fa-bomb"></i></div>68 <div data-help="book"><i class="fa fa-book"></i></div>69 <div data-help="bookmark"><i class="fa fa-bookmark"></i></div>70 <div data-help="bookmark-o"><i class="fa fa-bookmark-o"></i></div>71 <div data-help="braille"><i class="fa fa-braille"></i></div>72 <div data-help="briefcase"><i class="fa fa-briefcase"></i></div>73 <div data-help="bug"><i class="fa fa-bug"></i></div>74 <div data-help="building"><i class="fa fa-building"></i></div>75 <div data-help="building-o"><i class="fa fa-building-o"></i></div>76 <div data-help="bullhorn"><i class="fa fa-bullhorn"></i></div>77 <div data-help="bullseye"><i class="fa fa-bullseye"></i></div>78 <div data-help="bus"><i class="fa fa-bus"></i></div>79 <div data-help="taxi"><i class="fa fa-taxi"></i></div>80 <div data-help="calculator"><i class="fa fa-calculator"></i></div>81 <div data-help="calendar"><i class="fa fa-calendar"></i></div>82 <div data-help="calendar-check-o"><i class="fa fa-calendar-check-o"></i></div>83 <div data-help="calendar-minus-o"><i class="fa fa-calendar-minus-o"></i></div>84 <div data-help="calendar-o"><i class="fa fa-calendar-o"></i></div>85 <div data-help="calendar-plus-o"><i class="fa fa-calendar-plus-o"></i></div>86 <div data-help="calendar-times-o"><i class="fa fa-calendar-times-o"></i></div>87 <div data-help="camera"><i class="fa fa-camera"></i></div>88 <div data-help="camera-retro"><i class="fa fa-camera-retro"></i></div>89 <div data-help="car"><i class="fa fa-car"></i></div>90 <div data-help="caret-square-o-down"><i class="fa fa-caret-square-o-down"></i></div>91 <div data-help="caret-square-o-left"><i class="fa fa-caret-square-o-left"></i></div>92 <div data-help="caret-square-o-right"><i class="fa fa-caret-square-o-right"></i></div>93 <div data-help="caret-square-o-up"><i class="fa fa-caret-square-o-up"></i></div>94 <div data-help="cart-arrow-down"><i class="fa fa-cart-arrow-down"></i></div>95 <div data-help="cart-plus"><i class="fa fa-cart-plus"></i></div>96 <div data-help="cc"><i class="fa fa-cc"></i></div>97 <div data-help="certificate"><i class="fa fa-certificate"></i></div>98 <div data-help="check"><i class="fa fa-check"></i></div>99 <div data-help="check-circle"><i class="fa fa-check-circle"></i></div>100 <div data-help="check-circle-o"><i class="fa fa-check-circle-o"></i></div>101 <div data-help="check-square"><i class="fa fa-check-square"></i></div>102 <div data-help="check-square-o"><i class="fa fa-check-square-o"></i></div>103 <div data-help="child"><i class="fa fa-child"></i></div>104 <div data-help="circle"><i class="fa fa-circle"></i></div>105 <div data-help="circle-o"><i class="fa fa-circle-o"></i></div>106 <div data-help="circle-o-notch"><i class="fa fa-circle-o-notch"></i></div>107 <div data-help="circle-thin"><i class="fa fa-circle-thin"></i></div>108 <div data-help="clock-o"><i class="fa fa-clock-o"></i></div>109 <div data-help="clone"><i class="fa fa-clone"></i></div>110 <div data-help="times"><i class="fa fa-times"></i></div>111 <div data-help="cloud"><i class="fa fa-cloud"></i></div>112 <div data-help="cloud-download"><i class="fa fa-cloud-download"></i></div>113 <div data-help="cloud-upload"><i class="fa fa-cloud-upload"></i></div>114 <div data-help="code"><i class="fa fa-code"></i></div>115 <div data-help="code-fork"><i class="fa fa-code-fork"></i></div>116 <div data-help="coffee"><i class="fa fa-coffee"></i></div>117 <div data-help="cog"><i class="fa fa-cog"></i></div>118 <div data-help="cogs"><i class="fa fa-cogs"></i></div>119 <div data-help="comment"><i class="fa fa-comment"></i></div>120 <div data-help="comment-o"><i class="fa fa-comment-o"></i></div>121 <div data-help="commenting"><i class="fa fa-commenting"></i></div>122 <div data-help="commenting-o"><i class="fa fa-commenting-o"></i></div>123 <div data-help="comments"><i class="fa fa-comments"></i></div>124 <div data-help="comments-o"><i class="fa fa-comments-o"></i></div>125 <div data-help="compass"><i class="fa fa-compass"></i></div>126 <div data-help="copyright"><i class="fa fa-copyright"></i></div>127 <div data-help="creative-commons"><i class="fa fa-creative-commons"></i></div>128 <div data-help="credit-card"><i class="fa fa-credit-card"></i></div>129 <div data-help="credit-card-alt"><i class="fa fa-credit-card-alt"></i></div>130 <div data-help="crop"><i class="fa fa-crop"></i></div>131 <div data-help="crosshairs"><i class="fa fa-crosshairs"></i></div>132 <div data-help="cube"><i class="fa fa-cube"></i></div>133 <div data-help="cubes"><i class="fa fa-cubes"></i></div>134 <div data-help="cutlery"><i class="fa fa-cutlery"></i></div>135 <div data-help="tachometer"><i class="fa fa-tachometer"></i></div>136 <div data-help="database"><i class="fa fa-database"></i></div>137 <div data-help="deaf"><i class="fa fa-deaf"></i></div>138 <div data-help="deaf"><i class="fa fa-deaf"></i></div>139 <div data-help="desktop"><i class="fa fa-desktop"></i></div>140 <div data-help="diamond"><i class="fa fa-diamond"></i></div>141 <div data-help="dot-circle-o"><i class="fa fa-dot-circle-o"></i></div>142 <div data-help="download"><i class="fa fa-download"></i></div>143 <div data-help="id-card"><i class="fa fa-id-card"></i></div>144 <div data-help="id-card-o"><i class="fa fa-id-card-o"></i></div>145 <div data-help="pencil-square-o"><i class="fa fa-pencil-square-o"></i></div>146 <div data-help="ellipsis-h"><i class="fa fa-ellipsis-h"></i></div>147 <div data-help="ellipsis-v"><i class="fa fa-ellipsis-v"></i></div>148 <div data-help="envelope"><i class="fa fa-envelope"></i></div>149 <div data-help="envelope-o"><i class="fa fa-envelope-o"></i></div>150 <div data-help="envelope-open"><i class="fa fa-envelope-open"></i></div>151 <div data-help="envelope-open-o"><i class="fa fa-envelope-open-o"></i></div>152 <div data-help="envelope-square"><i class="fa fa-envelope-square"></i></div>153 <div data-help="eraser"><i class="fa fa-eraser"></i></div>154 <div data-help="exchange"><i class="fa fa-exchange"></i></div>155 <div data-help="exclamation"><i class="fa fa-exclamation"></i></div>156 <div data-help="exclamation-circle"><i class="fa fa-exclamation-circle"></i></div>157 <div data-help="exclamation-triangle"><i class="fa fa-exclamation-triangle"></i></div>158 <div data-help="external-link"><i class="fa fa-external-link"></i></div>159 <div data-help="external-link-square"><i class="fa fa-external-link-square"></i></div>160 <div data-help="eye"><i class="fa fa-eye"></i></div>161 <div data-help="eye-slash"><i class="fa fa-eye-slash"></i></div>162 <div data-help="eyedropper"><i class="fa fa-eyedropper"></i></div>163 <div data-help="fax"><i class="fa fa-fax"></i></div>164 <div data-help="rss"><i class="fa fa-rss"></i></div>165 <div data-help="female"><i class="fa fa-female"></i></div>166 <div data-help="fighter-jet"><i class="fa fa-fighter-jet"></i></div>167 <div data-help="file-archive-o"><i class="fa fa-file-archive-o"></i></div>168 <div data-help="file-audio-o"><i class="fa fa-file-audio-o"></i></div>169 <div data-help="file-code-o"><i class="fa fa-file-code-o"></i></div>170 <div data-help="file-excel-o"><i class="fa fa-file-excel-o"></i></div>171 <div data-help="file-image-o"><i class="fa fa-file-image-o"></i></div>172 <div data-help="file-video-o"><i class="fa fa-file-video-o"></i></div>173 <div data-help="file-pdf-o"><i class="fa fa-file-pdf-o"></i></div>174 <div data-help="file-image-o"><i class="fa fa-file-image-o"></i></div>175 <div data-help="file-image-o"><i class="fa fa-file-image-o"></i></div>176 <div data-help="file-powerpoint-o"><i class="fa fa-file-powerpoint-o"></i></div>177 <div data-help="file-audio-o"><i class="fa fa-file-audio-o"></i></div>178 <div data-help="file-video-o"><i class="fa fa-file-video-o"></i></div>179 <div data-help="file-word-o"><i class="fa fa-file-word-o"></i></div>180 <div data-help="file-archive-o"><i class="fa fa-file-archive-o"></i></div>181 <div data-help="film"><i class="fa fa-film"></i></div>182 <div data-help="filter"><i class="fa fa-filter"></i></div>183 <div data-help="fire"><i class="fa fa-fire"></i></div>184 <div data-help="fire-extinguisher"><i class="fa fa-fire-extinguisher"></i></div>185 <div data-help="flag"><i class="fa fa-flag"></i></div>186 <div data-help="flag-checkered"><i class="fa fa-flag-checkered"></i></div>187 <div data-help="flag-o"><i class="fa fa-flag-o"></i></div>188 <div data-help="bolt"><i class="fa fa-bolt"></i></div>189 <div data-help="flask"><i class="fa fa-flask"></i></div>190 <div data-help="folder"><i class="fa fa-folder"></i></div>191 <div data-help="folder-o"><i class="fa fa-folder-o"></i></div>192 <div data-help="folder-open"><i class="fa fa-folder-open"></i></div>193 <div data-help="folder-open-o"><i class="fa fa-folder-open-o"></i></div>194 <div data-help="frown-o"><i class="fa fa-frown-o"></i></div>195 <div data-help="futbol-o"><i class="fa fa-futbol-o"></i></div>196 <div data-help="gamepad"><i class="fa fa-gamepad"></i></div>197 <div data-help="gavel"><i class="fa fa-gavel"></i></div>198 <div data-help="cog"><i class="fa fa-cog"></i></div>199 <div data-help="cogs"><i class="fa fa-cogs"></i></div>200 <div data-help="gift"><i class="fa fa-gift"></i></div>201 <div data-help="glass"><i class="fa fa-glass"></i></div>202 <div data-help="globe"><i class="fa fa-globe"></i></div>203 <div data-help="graduation-cap"><i class="fa fa-graduation-cap"></i></div>204 <div data-help="users"><i class="fa fa-users"></i></div>205 <div data-help="hand-rock-o"><i class="fa fa-hand-rock-o"></i></div>206 <div data-help="hand-lizard-o"><i class="fa fa-hand-lizard-o"></i></div>207 <div data-help="hand-paper-o"><i class="fa fa-hand-paper-o"></i></div>208 <div data-help="hand-peace-o"><i class="fa fa-hand-peace-o"></i></div>209 <div data-help="hand-pointer-o"><i class="fa fa-hand-pointer-o"></i></div>210 <div data-help="hand-rock-o"><i class="fa fa-hand-rock-o"></i></div>211 <div data-help="hand-scissors-o"><i class="fa fa-hand-scissors-o"></i></div>212 <div data-help="hand-spock-o"><i class="fa fa-hand-spock-o"></i></div>213 <div data-help="hand-paper-o"><i class="fa fa-hand-paper-o"></i></div>214 <div data-help="handshake-o"><i class="fa fa-handshake-o"></i></div>215 <div data-help="deaf"><i class="fa fa-deaf"></i></div>216 <div data-help="hashtag"><i class="fa fa-hashtag"></i></div>217 <div data-help="hdd-o"><i class="fa fa-hdd-o"></i></div>218 <div data-help="headphones"><i class="fa fa-headphones"></i></div>219 <div data-help="heart"><i class="fa fa-heart"></i></div>220 <div data-help="heart-o"><i class="fa fa-heart-o"></i></div>221 <div data-help="heartbeat"><i class="fa fa-heartbeat"></i></div>222 <div data-help="history"><i class="fa fa-history"></i></div>223 <div data-help="home"><i class="fa fa-home"></i></div>224 <div data-help="bed"><i class="fa fa-bed"></i></div>225 <div data-help="hourglass"><i class="fa fa-hourglass"></i></div>226 <div data-help="hourglass-start"><i class="fa fa-hourglass-start"></i></div>227 <div data-help="hourglass-half"><i class="fa fa-hourglass-half"></i></div>228 <div data-help="hourglass-end"><i class="fa fa-hourglass-end"></i></div>229 <div data-help="hourglass-end"><i class="fa fa-hourglass-end"></i></div>230 <div data-help="hourglass-half"><i class="fa fa-hourglass-half"></i></div>231 <div data-help="hourglass-o"><i class="fa fa-hourglass-o"></i></div>232 <div data-help="hourglass-start"><i class="fa fa-hourglass-start"></i></div>233 <div data-help="i-cursor"><i class="fa fa-i-cursor"></i></div>234 <div data-help="id-badge"><i class="fa fa-id-badge"></i></div>235 <div data-help="id-card"><i class="fa fa-id-card"></i></div>236 <div data-help="id-card-o"><i class="fa fa-id-card-o"></i></div>237 <div data-help="picture-o"><i class="fa fa-picture-o"></i></div>238 <div data-help="inbox"><i class="fa fa-inbox"></i></div>239 <div data-help="industry"><i class="fa fa-industry"></i></div>240 <div data-help="info"><i class="fa fa-info"></i></div>241 <div data-help="info-circle"><i class="fa fa-info-circle"></i></div>242 <div data-help="university"><i class="fa fa-university"></i></div>243 <div data-help="key"><i class="fa fa-key"></i></div>244 <div data-help="keyboard-o"><i class="fa fa-keyboard-o"></i></div>245 <div data-help="language"><i class="fa fa-language"></i></div>246 <div data-help="laptop"><i class="fa fa-laptop"></i></div>247 <div data-help="leaf"><i class="fa fa-leaf"></i></div>248 <div data-help="gavel"><i class="fa fa-gavel"></i></div>249 <div data-help="lemon-o"><i class="fa fa-lemon-o"></i></div>250 <div data-help="level-down"><i class="fa fa-level-down"></i></div>251 <div data-help="level-up"><i class="fa fa-level-up"></i></div>252 <div data-help="life-ring"><i class="fa fa-life-ring"></i></div>253 <div data-help="life-ring"><i class="fa fa-life-ring"></i></div>254 <div data-help="life-ring"><i class="fa fa-life-ring"></i></div>255 <div data-help="life-ring"><i class="fa fa-life-ring"></i></div>256 <div data-help="lightbulb-o"><i class="fa fa-lightbulb-o"></i></div>257 <div data-help="line-chart"><i class="fa fa-line-chart"></i></div>258 <div data-help="location-arrow"><i class="fa fa-location-arrow"></i></div>259 <div data-help="lock"><i class="fa fa-lock"></i></div>260 <div data-help="low-vision"><i class="fa fa-low-vision"></i></div>261 <div data-help="magic"><i class="fa fa-magic"></i></div>262 <div data-help="magnet"><i class="fa fa-magnet"></i></div>263 <div data-help="share"><i class="fa fa-share"></i></div>264 <div data-help="reply"><i class="fa fa-reply"></i></div>265 <div data-help="reply-all"><i class="fa fa-reply-all"></i></div>266 <div data-help="male"><i class="fa fa-male"></i></div>267 <div data-help="map"><i class="fa fa-map"></i></div>268 <div data-help="map-marker"><i class="fa fa-map-marker"></i></div>269 <div data-help="map-o"><i class="fa fa-map-o"></i></div>270 <div data-help="map-pin"><i class="fa fa-map-pin"></i></div>271 <div data-help="map-signs"><i class="fa fa-map-signs"></i></div>272 <div data-help="meh-o"><i class="fa fa-meh-o"></i></div>273 <div data-help="microchip"><i class="fa fa-microchip"></i></div>274 <div data-help="microphone"><i class="fa fa-microphone"></i></div>275 <div data-help="microphone-slash"><i class="fa fa-microphone-slash"></i></div>276 <div data-help="minus"><i class="fa fa-minus"></i></div>277 <div data-help="minus-circle"><i class="fa fa-minus-circle"></i></div>278 <div data-help="minus-square"><i class="fa fa-minus-square"></i></div>279 <div data-help="minus-square-o"><i class="fa fa-minus-square-o"></i></div>280 <div data-help="mobile"><i class="fa fa-mobile"></i></div>281 <div data-help="mobile"><i class="fa fa-mobile"></i></div>282 <div data-help="money"><i class="fa fa-money"></i></div>283 <div data-help="moon-o"><i class="fa fa-moon-o"></i></div>284 <div data-help="graduation-cap"><i class="fa fa-graduation-cap"></i></div>285 <div data-help="motorcycle"><i class="fa fa-motorcycle"></i></div>286 <div data-help="mouse-pointer"><i class="fa fa-mouse-pointer"></i></div>287 <div data-help="music"><i class="fa fa-music"></i></div>288 <div data-help="bars"><i class="fa fa-bars"></i></div>289 <div data-help="newspaper-o"><i class="fa fa-newspaper-o"></i></div>290 <div data-help="object-group"><i class="fa fa-object-group"></i></div>291 <div data-help="object-ungroup"><i class="fa fa-object-ungroup"></i></div>292 <div data-help="paint-brush"><i class="fa fa-paint-brush"></i></div>293 <div data-help="paper-plane"><i class="fa fa-paper-plane"></i></div>294 <div data-help="paper-plane-o"><i class="fa fa-paper-plane-o"></i></div>295 <div data-help="paw"><i class="fa fa-paw"></i></div>296 <div data-help="pencil"><i class="fa fa-pencil"></i></div>297 <div data-help="pencil-square"><i class="fa fa-pencil-square"></i></div>298 <div data-help="pencil-square-o"><i class="fa fa-pencil-square-o"></i></div>299 <div data-help="percent"><i class="fa fa-percent"></i></div>300 <div data-help="phone"><i class="fa fa-phone"></i></div>301 <div data-help="phone-square"><i class="fa fa-phone-square"></i></div>302 <div data-help="picture-o"><i class="fa fa-picture-o"></i></div>303 <div data-help="picture-o"><i class="fa fa-picture-o"></i></div>304 <div data-help="pie-chart"><i class="fa fa-pie-chart"></i></div>305 <div data-help="plane"><i class="fa fa-plane"></i></div>306 <div data-help="plug"><i class="fa fa-plug"></i></div>307 <div data-help="plus"><i class="fa fa-plus"></i></div>308 <div data-help="plus-circle"><i class="fa fa-plus-circle"></i></div>309 <div data-help="plus-square"><i class="fa fa-plus-square"></i></div>310 <div data-help="plus-square-o"><i class="fa fa-plus-square-o"></i></div>311 <div data-help="podcast"><i class="fa fa-podcast"></i></div>312 <div data-help="power-off"><i class="fa fa-power-off"></i></div>313 <div data-help="print"><i class="fa fa-print"></i></div>314 <div data-help="puzzle-piece"><i class="fa fa-puzzle-piece"></i></div>315 <div data-help="qrcode"><i class="fa fa-qrcode"></i></div>316 <div data-help="question"><i class="fa fa-question"></i></div>317 <div data-help="question-circle"><i class="fa fa-question-circle"></i></div>318 <div data-help="question-circle-o"><i class="fa fa-question-circle-o"></i></div>319 <div data-help="quote-left"><i class="fa fa-quote-left"></i></div>320 <div data-help="quote-right"><i class="fa fa-quote-right"></i></div>321 <div data-help="random"><i class="fa fa-random"></i></div>322 <div data-help="recycle"><i class="fa fa-recycle"></i></div>323 <div data-help="refresh"><i class="fa fa-refresh"></i></div>324 <div data-help="registered"><i class="fa fa-registered"></i></div>325 <div data-help="times"><i class="fa fa-times"></i></div>326 <div data-help="bars"><i class="fa fa-bars"></i></div>327 <div data-help="reply"><i class="fa fa-reply"></i></div>328 <div data-help="reply-all"><i class="fa fa-reply-all"></i></div>329 <div data-help="retweet"><i class="fa fa-retweet"></i></div>330 <div data-help="road"><i class="fa fa-road"></i></div>331 <div data-help="rocket"><i class="fa fa-rocket"></i></div>332 <div data-help="rss"><i class="fa fa-rss"></i></div>333 <div data-help="rss-square"><i class="fa fa-rss-square"></i></div>334 <div data-help="bath"><i class="fa fa-bath"></i></div>335 <div data-help="search"><i class="fa fa-search"></i></div>336 <div data-help="search-minus"><i class="fa fa-search-minus"></i></div>337 <div data-help="search-plus"><i class="fa fa-search-plus"></i></div>338 <div data-help="paper-plane"><i class="fa fa-paper-plane"></i></div>339 <div data-help="paper-plane-o"><i class="fa fa-paper-plane-o"></i></div>340 <div data-help="server"><i class="fa fa-server"></i></div>341 <div data-help="share"><i class="fa fa-share"></i></div>342 <div data-help="share-alt"><i class="fa fa-share-alt"></i></div>343 <div data-help="share-alt-square"><i class="fa fa-share-alt-square"></i></div>344 <div data-help="share-square"><i class="fa fa-share-square"></i></div>345 <div data-help="share-square-o"><i class="fa fa-share-square-o"></i></div>346 <div data-help="shield"><i class="fa fa-shield"></i></div>347 <div data-help="ship"><i class="fa fa-ship"></i></div>348 <div data-help="shopping-bag"><i class="fa fa-shopping-bag"></i></div>349 <div data-help="shopping-basket"><i class="fa fa-shopping-basket"></i></div>350 <div data-help="shopping-cart"><i class="fa fa-shopping-cart"></i></div>351 <div data-help="shower"><i class="fa fa-shower"></i></div>352 <div data-help="sign-in"><i class="fa fa-sign-in"></i></div>353 <div data-help="sign-language"><i class="fa fa-sign-language"></i></div>354 <div data-help="sign-out"><i class="fa fa-sign-out"></i></div>355 <div data-help="signal"><i class="fa fa-signal"></i></div>356 <div data-help="sign-language"><i class="fa fa-sign-language"></i></div>357 <div data-help="sitemap"><i class="fa fa-sitemap"></i></div>358 <div data-help="sliders"><i class="fa fa-sliders"></i></div>359 <div data-help="smile-o"><i class="fa fa-smile-o"></i></div>360 <div data-help="snowflake-o"><i class="fa fa-snowflake-o"></i></div>361 <div data-help="futbol-o"><i class="fa fa-futbol-o"></i></div>362 <div data-help="sort"><i class="fa fa-sort"></i></div>363 <div data-help="sort-alpha-asc"><i class="fa fa-sort-alpha-asc"></i></div>364 <div data-help="sort-alpha-desc"><i class="fa fa-sort-alpha-desc"></i></div>365 <div data-help="sort-amount-asc"><i class="fa fa-sort-amount-asc"></i></div>366 <div data-help="sort-amount-desc"><i class="fa fa-sort-amount-desc"></i></div>367 <div data-help="sort-asc"><i class="fa fa-sort-asc"></i></div>368 <div data-help="sort-desc"><i class="fa fa-sort-desc"></i></div>369 <div data-help="sort-desc"><i class="fa fa-sort-desc"></i></div>370 <div data-help="sort-numeric-asc"><i class="fa fa-sort-numeric-asc"></i></div>371 <div data-help="sort-numeric-desc"><i class="fa fa-sort-numeric-desc"></i></div>372 <div data-help="sort-asc"><i class="fa fa-sort-asc"></i></div>373 <div data-help="space-shuttle"><i class="fa fa-space-shuttle"></i></div>374 <div data-help="spinner"><i class="fa fa-spinner"></i></div>375 <div data-help="spoon"><i class="fa fa-spoon"></i></div>376 <div data-help="square"><i class="fa fa-square"></i></div>377 <div data-help="square-o"><i class="fa fa-square-o"></i></div>378 <div data-help="star"><i class="fa fa-star"></i></div>379 <div data-help="star-half"><i class="fa fa-star-half"></i></div>380 <div data-help="star-half-o"><i class="fa fa-star-half-o"></i></div>381 <div data-help="star-half-o"><i class="fa fa-star-half-o"></i></div>382 <div data-help="star-half-o"><i class="fa fa-star-half-o"></i></div>383 <div data-help="star-o"><i class="fa fa-star-o"></i></div>384 <div data-help="sticky-note"><i class="fa fa-sticky-note"></i></div>385 <div data-help="sticky-note-o"><i class="fa fa-sticky-note-o"></i></div>386 <div data-help="street-view"><i class="fa fa-street-view"></i></div>387 <div data-help="suitcase"><i class="fa fa-suitcase"></i></div>388 <div data-help="sun-o"><i class="fa fa-sun-o"></i></div>389 <div data-help="life-ring"><i class="fa fa-life-ring"></i></div>390 <div data-help="tablet"><i class="fa fa-tablet"></i></div>391 <div data-help="tachometer"><i class="fa fa-tachometer"></i></div>392 <div data-help="tag"><i class="fa fa-tag"></i></div>393 <div data-help="tags"><i class="fa fa-tags"></i></div>394 <div data-help="tasks"><i class="fa fa-tasks"></i></div>395 <div data-help="taxi"><i class="fa fa-taxi"></i></div>396 <div data-help="television"><i class="fa fa-television"></i></div>397 <div data-help="terminal"><i class="fa fa-terminal"></i></div>398 <div data-help="thermometer-full"><i class="fa fa-thermometer-full"></i></div>399 <div data-help="thermometer-empty"><i class="fa fa-thermometer-empty"></i></div>400 <div data-help="thermometer-quarter"><i class="fa fa-thermometer-quarter"></i></div>401 <div data-help="thermometer-half"><i class="fa fa-thermometer-half"></i></div>402 <div data-help="thermometer-three-quarters"><i class="fa fa-thermometer-three-quarters"></i></div>403 <div data-help="thermometer-full"><i class="fa fa-thermometer-full"></i></div>404 <div data-help="thermometer-empty"><i class="fa fa-thermometer-empty"></i></div>405 <div data-help="thermometer-full"><i class="fa fa-thermometer-full"></i></div>406 <div data-help="thermometer-half"><i class="fa fa-thermometer-half"></i></div>407 <div data-help="thermometer-quarter"><i class="fa fa-thermometer-quarter"></i></div>408 <div data-help="thermometer-three-quarters"><i class="fa fa-thermometer-three-quarters"></i></div>409 <div data-help="thumb-tack"><i class="fa fa-thumb-tack"></i></div>410 <div data-help="thumbs-down"><i class="fa fa-thumbs-down"></i></div>411 <div data-help="thumbs-o-down"><i class="fa fa-thumbs-o-down"></i></div>412 <div data-help="thumbs-o-up"><i class="fa fa-thumbs-o-up"></i></div>413 <div data-help="thumbs-up"><i class="fa fa-thumbs-up"></i></div>414 <div data-help="ticket"><i class="fa fa-ticket"></i></div>415 <div data-help="times"><i class="fa fa-times"></i></div>416 <div data-help="times-circle"><i class="fa fa-times-circle"></i></div>417 <div data-help="times-circle-o"><i class="fa fa-times-circle-o"></i></div>418 <div data-help="window-close"><i class="fa fa-window-close"></i></div>419 <div data-help="window-close-o"><i class="fa fa-window-close-o"></i></div>420 <div data-help="tint"><i class="fa fa-tint"></i></div>421 <div data-help="caret-square-o-down"><i class="fa fa-caret-square-o-down"></i></div>422 <div data-help="caret-square-o-left"><i class="fa fa-caret-square-o-left"></i></div>423 <div data-help="toggle-off"><i class="fa fa-toggle-off"></i></div>424 <div data-help="toggle-on"><i class="fa fa-toggle-on"></i></div>425 <div data-help="caret-square-o-right"><i class="fa fa-caret-square-o-right"></i></div>426 <div data-help="caret-square-o-up"><i class="fa fa-caret-square-o-up"></i></div>427 <div data-help="trademark"><i class="fa fa-trademark"></i></div>428 <div data-help="trash"><i class="fa fa-trash"></i></div>429 <div data-help="trash-o"><i class="fa fa-trash-o"></i></div>430 <div data-help="tree"><i class="fa fa-tree"></i></div>431 <div data-help="trophy"><i class="fa fa-trophy"></i></div>432 <div data-help="truck"><i class="fa fa-truck"></i></div>433 <div data-help="tty"><i class="fa fa-tty"></i></div>434 <div data-help="television"><i class="fa fa-television"></i></div>435 <div data-help="umbrella"><i class="fa fa-umbrella"></i></div>436 <div data-help="universal-access"><i class="fa fa-universal-access"></i></div>437 <div data-help="university"><i class="fa fa-university"></i></div>438 <div data-help="unlock"><i class="fa fa-unlock"></i></div>439 <div data-help="unlock-alt"><i class="fa fa-unlock-alt"></i></div>440 <div data-help="sort"><i class="fa fa-sort"></i></div>441 <div data-help="upload"><i class="fa fa-upload"></i></div>442 <div data-help="user"><i class="fa fa-user"></i></div>443 <div data-help="user-circle"><i class="fa fa-user-circle"></i></div>444 <div data-help="user-circle-o"><i class="fa fa-user-circle-o"></i></div>445 <div data-help="user-o"><i class="fa fa-user-o"></i></div>446 <div data-help="user-plus"><i class="fa fa-user-plus"></i></div>447 <div data-help="user-secret"><i class="fa fa-user-secret"></i></div>448 <div data-help="user-times"><i class="fa fa-user-times"></i></div>449 <div data-help="users"><i class="fa fa-users"></i></div>450 <div data-help="address-card"><i class="fa fa-address-card"></i></div>451 <div data-help="address-card-o"><i class="fa fa-address-card-o"></i></div>452 <div data-help="video-camera"><i class="fa fa-video-camera"></i></div>453 <div data-help="volume-control-phone"><i class="fa fa-volume-control-phone"></i></div>454 <div data-help="volume-down"><i class="fa fa-volume-down"></i></div>455 <div data-help="volume-off"><i class="fa fa-volume-off"></i></div>456 <div data-help="volume-up"><i class="fa fa-volume-up"></i></div>457 <div data-help="exclamation-triangle"><i class="fa fa-exclamation-triangle"></i></div>458 <div data-help="wheelchair"><i class="fa fa-wheelchair"></i></div>459 <div data-help="wheelchair-alt"><i class="fa fa-wheelchair-alt"></i></div>460 <div data-help="wifi"><i class="fa fa-wifi"></i></div>461 <div data-help="window-close"><i class="fa fa-window-close"></i></div>462 <div data-help="window-close-o"><i class="fa fa-window-close-o"></i></div>463 <div data-help="window-maximize"><i class="fa fa-window-maximize"></i></div>464 <div data-help="window-minimize"><i class="fa fa-window-minimize"></i></div>465 <div data-help="window-restore"><i class="fa fa-window-restore"></i></div>466 <div data-help="wrench"><i class="fa fa-wrench"></i></div>467 </section>468 <!-- Accessibility Icons -->469 <h2><?php _e('Accessibility Icons', 'LayerSlider') ?></h2>470 <section class="clearfix">471 <div data-help="american-sign-language-interpreting"><i class="fa fa-american-sign-language-interpreting"></i></div>472 <div data-help="american-sign-language-interpreting"><i class="fa fa-american-sign-language-interpreting"></i></div>473 <div data-help="assistive-listening-systems"><i class="fa fa-assistive-listening-systems"></i></div>474 <div data-help="audio-description"><i class="fa fa-audio-description"></i></div>475 <div data-help="blind"><i class="fa fa-blind"></i></div>476 <div data-help="braille"><i class="fa fa-braille"></i></div>477 <div data-help="cc"><i class="fa fa-cc"></i></div>478 <div data-help="deaf"><i class="fa fa-deaf"></i></div>479 <div data-help="deaf"><i class="fa fa-deaf"></i></div>480 <div data-help="deaf"><i class="fa fa-deaf"></i></div>481 <div data-help="low-vision"><i class="fa fa-low-vision"></i></div>482 <div data-help="question-circle-o"><i class="fa fa-question-circle-o"></i></div>483 <div data-help="sign-language"><i class="fa fa-sign-language"></i></div>484 <div data-help="sign-language"><i class="fa fa-sign-language"></i></div>485 <div data-help="tty"><i class="fa fa-tty"></i></div>486 <div data-help="universal-access"><i class="fa fa-universal-access"></i></div>487 <div data-help="volume-control-phone"><i class="fa fa-volume-control-phone"></i></div>488 <div data-help="wheelchair"><i class="fa fa-wheelchair"></i></div>489 <div data-help="wheelchair-alt"><i class="fa fa-wheelchair-alt"></i></div>490 </section>491 <!-- Hand Icons -->492 <h2><?php _e('Hand Icons', 'LayerSlider') ?></h2>493 <section class="clearfix">494 <div data-help="hand-rock-o"><i class="fa fa-hand-rock-o"></i></div>495 <div data-help="hand-lizard-o"><i class="fa fa-hand-lizard-o"></i></div>496 <div data-help="hand-o-down"><i class="fa fa-hand-o-down"></i></div>497 <div data-help="hand-o-left"><i class="fa fa-hand-o-left"></i></div>498 <div data-help="hand-o-right"><i class="fa fa-hand-o-right"></i></div>499 <div data-help="hand-o-up"><i class="fa fa-hand-o-up"></i></div>500 <div data-help="hand-paper-o"><i class="fa fa-hand-paper-o"></i></div>501 <div data-help="hand-peace-o"><i class="fa fa-hand-peace-o"></i></div>502 <div data-help="hand-pointer-o"><i class="fa fa-hand-pointer-o"></i></div>503 <div data-help="hand-rock-o"><i class="fa fa-hand-rock-o"></i></div>504 <div data-help="hand-scissors-o"><i class="fa fa-hand-scissors-o"></i></div>505 <div data-help="hand-spock-o"><i class="fa fa-hand-spock-o"></i></div>506 <div data-help="hand-paper-o"><i class="fa fa-hand-paper-o"></i></div>507 <div data-help="thumbs-down"><i class="fa fa-thumbs-down"></i></div>508 <div data-help="thumbs-o-down"><i class="fa fa-thumbs-o-down"></i></div>509 <div data-help="thumbs-o-up"><i class="fa fa-thumbs-o-up"></i></div>510 <div data-help="thumbs-up"><i class="fa fa-thumbs-up"></i></div>511 </section>512 <!-- Transportation Icons -->513 <h2><?php _e('Transportation Icons', 'LayerSlider') ?></h2>514 <section class="clearfix">515 <div data-help="ambulance"><i class="fa fa-ambulance"></i></div>516 <div data-help="car"><i class="fa fa-car"></i></div>517 <div data-help="bicycle"><i class="fa fa-bicycle"></i></div>518 <div data-help="bus"><i class="fa fa-bus"></i></div>519 <div data-help="taxi"><i class="fa fa-taxi"></i></div>520 <div data-help="car"><i class="fa fa-car"></i></div>521 <div data-help="fighter-jet"><i class="fa fa-fighter-jet"></i></div>522 <div data-help="motorcycle"><i class="fa fa-motorcycle"></i></div>523 <div data-help="plane"><i class="fa fa-plane"></i></div>524 <div data-help="rocket"><i class="fa fa-rocket"></i></div>525 <div data-help="ship"><i class="fa fa-ship"></i></div>526 <div data-help="space-shuttle"><i class="fa fa-space-shuttle"></i></div>527 <div data-help="subway"><i class="fa fa-subway"></i></div>528 <div data-help="taxi"><i class="fa fa-taxi"></i></div>529 <div data-help="train"><i class="fa fa-train"></i></div>530 <div data-help="truck"><i class="fa fa-truck"></i></div>531 <div data-help="wheelchair"><i class="fa fa-wheelchair"></i></div>532 <div data-help="wheelchair-alt"><i class="fa fa-wheelchair-alt"></i></div>533 </section>534 <!-- Gender Icons -->535 <h2><?php _e('Gender Icons', 'LayerSlider') ?></h2>536 <section class="clearfix">537 <div data-help="genderless"><i class="fa fa-genderless"></i></div>538 <div data-help="transgender"><i class="fa fa-transgender"></i></div>539 <div data-help="mars"><i class="fa fa-mars"></i></div>540 <div data-help="mars-double"><i class="fa fa-mars-double"></i></div>541 <div data-help="mars-stroke"><i class="fa fa-mars-stroke"></i></div>542 <div data-help="mars-stroke-h"><i class="fa fa-mars-stroke-h"></i></div>543 <div data-help="mars-stroke-v"><i class="fa fa-mars-stroke-v"></i></div>544 <div data-help="mercury"><i class="fa fa-mercury"></i></div>545 <div data-help="neuter"><i class="fa fa-neuter"></i></div>546 <div data-help="transgender"><i class="fa fa-transgender"></i></div>547 <div data-help="transgender-alt"><i class="fa fa-transgender-alt"></i></div>548 <div data-help="venus"><i class="fa fa-venus"></i></div>549 <div data-help="venus-double"><i class="fa fa-venus-double"></i></div>550 <div data-help="venus-mars"><i class="fa fa-venus-mars"></i></div>551 </section>552 <!-- File Type Icons -->553 <h2><?php _e('File Type Icons', 'LayerSlider') ?></h2>554 <section class="clearfix">555 <div data-help="file"><i class="fa fa-file"></i></div>556 <div data-help="file-archive-o"><i class="fa fa-file-archive-o"></i></div>557 <div data-help="file-audio-o"><i class="fa fa-file-audio-o"></i></div>558 <div data-help="file-code-o"><i class="fa fa-file-code-o"></i></div>559 <div data-help="file-excel-o"><i class="fa fa-file-excel-o"></i></div>560 <div data-help="file-image-o"><i class="fa fa-file-image-o"></i></div>561 <div data-help="file-video-o"><i class="fa fa-file-video-o"></i></div>562 <div data-help="file-o"><i class="fa fa-file-o"></i></div>563 <div data-help="file-pdf-o"><i class="fa fa-file-pdf-o"></i></div>564 <div data-help="file-image-o"><i class="fa fa-file-image-o"></i></div>565 <div data-help="file-image-o"><i class="fa fa-file-image-o"></i></div>566 <div data-help="file-powerpoint-o"><i class="fa fa-file-powerpoint-o"></i></div>567 <div data-help="file-audio-o"><i class="fa fa-file-audio-o"></i></div>568 <div data-help="file-text"><i class="fa fa-file-text"></i></div>569 <div data-help="file-text-o"><i class="fa fa-file-text-o"></i></div>570 <div data-help="file-video-o"><i class="fa fa-file-video-o"></i></div>571 <div data-help="file-word-o"><i class="fa fa-file-word-o"></i></div>572 <div data-help="file-archive-o"><i class="fa fa-file-archive-o"></i></div>573 </section>574 <!-- File Type Icons -->575 <h2><?php _e('Spinner Icons', 'LayerSlider') ?></h2>576 <section class="clearfix">577 <div data-help="circle-o-notch"><i class="fa fa-circle-o-notch"></i></div>578 <div data-help="cog"><i class="fa fa-cog"></i></div>579 <div data-help="cog"><i class="fa fa-cog"></i></div>580 <div data-help="refresh"><i class="fa fa-refresh"></i></div>581 <div data-help="spinner"><i class="fa fa-spinner"></i></div>582 </section>583 <!-- Form Control Icons -->584 <h2><?php _e('Form Control Icons', 'LayerSlider') ?></h2>585 <section class="clearfix">586 <div data-help="check-square"><i class="fa fa-check-square"></i></div>587 <div data-help="check-square-o"><i class="fa fa-check-square-o"></i></div>588 <div data-help="circle"><i class="fa fa-circle"></i></div>589 <div data-help="circle-o"><i class="fa fa-circle-o"></i></div>590 <div data-help="dot-circle-o"><i class="fa fa-dot-circle-o"></i></div>591 <div data-help="minus-square"><i class="fa fa-minus-square"></i></div>592 <div data-help="minus-square-o"><i class="fa fa-minus-square-o"></i></div>593 <div data-help="plus-square"><i class="fa fa-plus-square"></i></div>594 <div data-help="plus-square-o"><i class="fa fa-plus-square-o"></i></div>595 <div data-help="square"><i class="fa fa-square"></i></div>596 <div data-help="square-o"><i class="fa fa-square-o"></i></div>597 </section>598 <!-- Payment Icons -->599 <h2><?php _e('Payment Icons', 'LayerSlider') ?></h2>600 <section class="clearfix">601 <div data-help="cc-amex"><i class="fa fa-cc-amex"></i></div>602 <div data-help="cc-diners-club"><i class="fa fa-cc-diners-club"></i></div>603 <div data-help="cc-discover"><i class="fa fa-cc-discover"></i></div>604 <div data-help="cc-jcb"><i class="fa fa-cc-jcb"></i></div>605 <div data-help="cc-mastercard"><i class="fa fa-cc-mastercard"></i></div>606 <div data-help="cc-paypal"><i class="fa fa-cc-paypal"></i></div>607 <div data-help="cc-stripe"><i class="fa fa-cc-stripe"></i></div>608 <div data-help="cc-visa"><i class="fa fa-cc-visa"></i></div>609 <div data-help="credit-card"><i class="fa fa-credit-card"></i></div>610 <div data-help="credit-card-alt"><i class="fa fa-credit-card-alt"></i></div>611 <div data-help="google-wallet"><i class="fa fa-google-wallet"></i></div>612 <div data-help="paypal"><i class="fa fa-paypal"></i></div>613 </section>614 <!-- Chart Icons -->615 <h2><?php _e('Chart Icons', 'LayerSlider') ?></h2>616 <section class="clearfix">617 <div data-help="area-chart"><i class="fa fa-area-chart"></i></div>618 <div data-help="bar-chart"><i class="fa fa-bar-chart"></i></div>619 <div data-help="bar-chart"><i class="fa fa-bar-chart"></i></div>620 <div data-help="line-chart"><i class="fa fa-line-chart"></i></div>621 <div data-help="pie-chart"><i class="fa fa-pie-chart"></i></div>622 </section>623 <!-- Currency Icons -->624 <h2><?php _e('Currency Icons', 'LayerSlider') ?></h2>625 <section class="clearfix">626 <div data-help="btc"><i class="fa fa-btc"></i></div>627 <div data-help="btc"><i class="fa fa-btc"></i></div>628 <div data-help="jpy"><i class="fa fa-jpy"></i></div>629 <div data-help="usd"><i class="fa fa-usd"></i></div>630 <div data-help="eur"><i class="fa fa-eur"></i></div>631 <div data-help="eur"><i class="fa fa-eur"></i></div>632 <div data-help="gbp"><i class="fa fa-gbp"></i></div>633 <div data-help="gg"><i class="fa fa-gg"></i></div>634 <div data-help="gg-circle"><i class="fa fa-gg-circle"></i></div>635 <div data-help="ils"><i class="fa fa-ils"></i></div>636 <div data-help="inr"><i class="fa fa-inr"></i></div>637 <div data-help="jpy"><i class="fa fa-jpy"></i></div>638 <div data-help="krw"><i class="fa fa-krw"></i></div>639 <div data-help="money"><i class="fa fa-money"></i></div>640 <div data-help="jpy"><i class="fa fa-jpy"></i></div>641 <div data-help="rub"><i class="fa fa-rub"></i></div>642 <div data-help="rub"><i class="fa fa-rub"></i></div>643 <div data-help="rub"><i class="fa fa-rub"></i></div>644 <div data-help="inr"><i class="fa fa-inr"></i></div>645 <div data-help="ils"><i class="fa fa-ils"></i></div>646 <div data-help="ils"><i class="fa fa-ils"></i></div>647 <div data-help="try"><i class="fa fa-try"></i></div>648 <div data-help="try"><i class="fa fa-try"></i></div>649 <div data-help="usd"><i class="fa fa-usd"></i></div>650 <div data-help="krw"><i class="fa fa-krw"></i></div>651 <div data-help="jpy"><i class="fa fa-jpy"></i></div>652 </section>653 <!-- Text Editor Icons -->654 <h2><?php _e('Text Editor Icons', 'LayerSlider') ?></h2>655 <section class="clearfix">656 <div data-help="align-center"><i class="fa fa-align-center"></i></div>657 <div data-help="align-justify"><i class="fa fa-align-justify"></i></div>658 <div data-help="align-left"><i class="fa fa-align-left"></i></div>659 <div data-help="align-right"><i class="fa fa-align-right"></i></div>660 <div data-help="bold"><i class="fa fa-bold"></i></div>661 <div data-help="link"><i class="fa fa-link"></i></div>662 <div data-help="chain-broken"><i class="fa fa-chain-broken"></i></div>663 <div data-help="clipboard"><i class="fa fa-clipboard"></i></div>664 <div data-help="columns"><i class="fa fa-columns"></i></div>665 <div data-help="files-o"><i class="fa fa-files-o"></i></div>666 <div data-help="scissors"><i class="fa fa-scissors"></i></div>667 <div data-help="outdent"><i class="fa fa-outdent"></i></div>668 <div data-help="eraser"><i class="fa fa-eraser"></i></div>669 <div data-help="file"><i class="fa fa-file"></i></div>670 <div data-help="file-o"><i class="fa fa-file-o"></i></div>671 <div data-help="file-text"><i class="fa fa-file-text"></i></div>672 <div data-help="file-text-o"><i class="fa fa-file-text-o"></i></div>673 <div data-help="files-o"><i class="fa fa-files-o"></i></div>674 <div data-help="floppy-o"><i class="fa fa-floppy-o"></i></div>675 <div data-help="font"><i class="fa fa-font"></i></div>676 <div data-help="header"><i class="fa fa-header"></i></div>677 <div data-help="indent"><i class="fa fa-indent"></i></div>678 <div data-help="italic"><i class="fa fa-italic"></i></div>679 <div data-help="link"><i class="fa fa-link"></i></div>680 <div data-help="list"><i class="fa fa-list"></i></div>681 <div data-help="list-alt"><i class="fa fa-list-alt"></i></div>682 <div data-help="list-ol"><i class="fa fa-list-ol"></i></div>683 <div data-help="list-ul"><i class="fa fa-list-ul"></i></div>684 <div data-help="outdent"><i class="fa fa-outdent"></i></div>685 <div data-help="paperclip"><i class="fa fa-paperclip"></i></div>686 <div data-help="paragraph"><i class="fa fa-paragraph"></i></div>687 <div data-help="clipboard"><i class="fa fa-clipboard"></i></div>688 <div data-help="repeat"><i class="fa fa-repeat"></i></div>689 <div data-help="undo"><i class="fa fa-undo"></i></div>690 <div data-help="repeat"><i class="fa fa-repeat"></i></div>691 <div data-help="floppy-o"><i class="fa fa-floppy-o"></i></div>692 <div data-help="scissors"><i class="fa fa-scissors"></i></div>693 <div data-help="strikethrough"><i class="fa fa-strikethrough"></i></div>694 <div data-help="subscript"><i class="fa fa-subscript"></i></div>695 <div data-help="superscript"><i class="fa fa-superscript"></i></div>696 <div data-help="table"><i class="fa fa-table"></i></div>697 <div data-help="text-height"><i class="fa fa-text-height"></i></div>698 <div data-help="text-width"><i class="fa fa-text-width"></i></div>699 <div data-help="th"><i class="fa fa-th"></i></div>700 <div data-help="th-large"><i class="fa fa-th-large"></i></div>701 <div data-help="th-list"><i class="fa fa-th-list"></i></div>702 <div data-help="underline"><i class="fa fa-underline"></i></div>703 <div data-help="undo"><i class="fa fa-undo"></i></div>704 <div data-help="chain-broken"><i class="fa fa-chain-broken"></i></div>705 </section>706 <!-- Directional Icons -->707 <h2><?php _e('Directional Icons', 'LayerSlider') ?></h2>708 <section class="clearfix">709 <div data-help="angle-double-down"><i class="fa fa-angle-double-down"></i></div>710 <div data-help="angle-double-left"><i class="fa fa-angle-double-left"></i></div>711 <div data-help="angle-double-right"><i class="fa fa-angle-double-right"></i></div>712 <div data-help="angle-double-up"><i class="fa fa-angle-double-up"></i></div>713 <div data-help="angle-down"><i class="fa fa-angle-down"></i></div>714 <div data-help="angle-left"><i class="fa fa-angle-left"></i></div>715 <div data-help="angle-right"><i class="fa fa-angle-right"></i></div>716 <div data-help="angle-up"><i class="fa fa-angle-up"></i></div>717 <div data-help="arrow-circle-down"><i class="fa fa-arrow-circle-down"></i></div>718 <div data-help="arrow-circle-left"><i class="fa fa-arrow-circle-left"></i></div>719 <div data-help="arrow-circle-o-down"><i class="fa fa-arrow-circle-o-down"></i></div>720 <div data-help="arrow-circle-o-left"><i class="fa fa-arrow-circle-o-left"></i></div>721 <div data-help="arrow-circle-o-right"><i class="fa fa-arrow-circle-o-right"></i></div>722 <div data-help="arrow-circle-o-up"><i class="fa fa-arrow-circle-o-up"></i></div>723 <div data-help="arrow-circle-right"><i class="fa fa-arrow-circle-right"></i></div>724 <div data-help="arrow-circle-up"><i class="fa fa-arrow-circle-up"></i></div>725 <div data-help="arrow-down"><i class="fa fa-arrow-down"></i></div>726 <div data-help="arrow-left"><i class="fa fa-arrow-left"></i></div>727 <div data-help="arrow-right"><i class="fa fa-arrow-right"></i></div>728 <div data-help="arrow-up"><i class="fa fa-arrow-up"></i></div>729 <div data-help="arrows"><i class="fa fa-arrows"></i></div>730 <div data-help="arrows-alt"><i class="fa fa-arrows-alt"></i></div>731 <div data-help="arrows-h"><i class="fa fa-arrows-h"></i></div>732 <div data-help="arrows-v"><i class="fa fa-arrows-v"></i></div>733 <div data-help="caret-down"><i class="fa fa-caret-down"></i></div>734 <div data-help="caret-left"><i class="fa fa-caret-left"></i></div>735 <div data-help="caret-right"><i class="fa fa-caret-right"></i></div>736 <div data-help="caret-square-o-down"><i class="fa fa-caret-square-o-down"></i></div>737 <div data-help="caret-square-o-left"><i class="fa fa-caret-square-o-left"></i></div>738 <div data-help="caret-square-o-right"><i class="fa fa-caret-square-o-right"></i></div>739 <div data-help="caret-square-o-up"><i class="fa fa-caret-square-o-up"></i></div>740 <div data-help="caret-up"><i class="fa fa-caret-up"></i></div>741 <div data-help="chevron-circle-down"><i class="fa fa-chevron-circle-down"></i></div>742 <div data-help="chevron-circle-left"><i class="fa fa-chevron-circle-left"></i></div>743 <div data-help="chevron-circle-right"><i class="fa fa-chevron-circle-right"></i></div>744 <div data-help="chevron-circle-up"><i class="fa fa-chevron-circle-up"></i></div>745 <div data-help="chevron-down"><i class="fa fa-chevron-down"></i></div>746 <div data-help="chevron-left"><i class="fa fa-chevron-left"></i></div>747 <div data-help="chevron-right"><i class="fa fa-chevron-right"></i></div>748 <div data-help="chevron-up"><i class="fa fa-chevron-up"></i></div>749 <div data-help="exchange"><i class="fa fa-exchange"></i></div>750 <div data-help="hand-o-down"><i class="fa fa-hand-o-down"></i></div>751 <div data-help="hand-o-left"><i class="fa fa-hand-o-left"></i></div>752 <div data-help="hand-o-right"><i class="fa fa-hand-o-right"></i></div>753 <div data-help="hand-o-up"><i class="fa fa-hand-o-up"></i></div>754 <div data-help="long-arrow-down"><i class="fa fa-long-arrow-down"></i></div>755 <div data-help="long-arrow-left"><i class="fa fa-long-arrow-left"></i></div>756 <div data-help="long-arrow-right"><i class="fa fa-long-arrow-right"></i></div>757 <div data-help="long-arrow-up"><i class="fa fa-long-arrow-up"></i></div>758 <div data-help="caret-square-o-down"><i class="fa fa-caret-square-o-down"></i></div>759 <div data-help="caret-square-o-left"><i class="fa fa-caret-square-o-left"></i></div>760 <div data-help="caret-square-o-right"><i class="fa fa-caret-square-o-right"></i></div>761 <div data-help="caret-square-o-up"><i class="fa fa-caret-square-o-up"></i></div>762 </section>763 <!-- Video Player Icons -->764 <h2><?php _e('Video Player Icons', 'LayerSlider') ?></h2>765 <section class="clearfix">766 <div data-help="arrows-alt"><i class="fa fa-arrows-alt"></i></div>767 <div data-help="backward"><i class="fa fa-backward"></i></div>768 <div data-help="compress"><i class="fa fa-compress"></i></div>769 <div data-help="eject"><i class="fa fa-eject"></i></div>770 <div data-help="expand"><i class="fa fa-expand"></i></div>771 <div data-help="fast-backward"><i class="fa fa-fast-backward"></i></div>772 <div data-help="fast-forward"><i class="fa fa-fast-forward"></i></div>773 <div data-help="forward"><i class="fa fa-forward"></i></div>774 <div data-help="pause"><i class="fa fa-pause"></i></div>775 <div data-help="pause-circle"><i class="fa fa-pause-circle"></i></div>776 <div data-help="pause-circle-o"><i class="fa fa-pause-circle-o"></i></div>777 <div data-help="play"><i class="fa fa-play"></i></div>778 <div data-help="play-circle"><i class="fa fa-play-circle"></i></div>779 <div data-help="play-circle-o"><i class="fa fa-play-circle-o"></i></div>780 <div data-help="random"><i class="fa fa-random"></i></div>781 <div data-help="step-backward"><i class="fa fa-step-backward"></i></div>782 <div data-help="step-forward"><i class="fa fa-step-forward"></i></div>783 <div data-help="stop"><i class="fa fa-stop"></i></div>784 <div data-help="stop-circle"><i class="fa fa-stop-circle"></i></div>785 <div data-help="stop-circle-o"><i class="fa fa-stop-circle-o"></i></div>786 <div data-help="youtube-play"><i class="fa fa-youtube-play"></i></div>787 </section>788 <!-- Brand Icons -->789 <h2><?php _e('Brand Icons', 'LayerSlider') ?></h2>790 <section class="clearfix">791 <div data-help="500px"><i class="fa fa-500px"></i></div>792 <div data-help="adn"><i class="fa fa-adn"></i></div>793 <div data-help="amazon"><i class="fa fa-amazon"></i></div>794 <div data-help="android"><i class="fa fa-android"></i></div>795 <div data-help="angellist"><i class="fa fa-angellist"></i></div>796 <div data-help="apple"><i class="fa fa-apple"></i></div>797 <div data-help="bandcamp"><i class="fa fa-bandcamp"></i></div>798 <div data-help="behance"><i class="fa fa-behance"></i></div>799 <div data-help="behance-square"><i class="fa fa-behance-square"></i></div>800 <div data-help="bitbucket"><i class="fa fa-bitbucket"></i></div>801 <div data-help="bitbucket-square"><i class="fa fa-bitbucket-square"></i></div>802 <div data-help="btc"><i class="fa fa-btc"></i></div>803 <div data-help="black-tie"><i class="fa fa-black-tie"></i></div>804 <div data-help="bluetooth"><i class="fa fa-bluetooth"></i></div>805 <div data-help="bluetooth-b"><i class="fa fa-bluetooth-b"></i></div>806 <div data-help="btc"><i class="fa fa-btc"></i></div>807 <div data-help="buysellads"><i class="fa fa-buysellads"></i></div>808 <div data-help="cc-amex"><i class="fa fa-cc-amex"></i></div>809 <div data-help="cc-diners-club"><i class="fa fa-cc-diners-club"></i></div>810 <div data-help="cc-discover"><i class="fa fa-cc-discover"></i></div>811 <div data-help="cc-jcb"><i class="fa fa-cc-jcb"></i></div>812 <div data-help="cc-mastercard"><i class="fa fa-cc-mastercard"></i></div>813 <div data-help="cc-paypal"><i class="fa fa-cc-paypal"></i></div>814 <div data-help="cc-stripe"><i class="fa fa-cc-stripe"></i></div>815 <div data-help="cc-visa"><i class="fa fa-cc-visa"></i></div>816 <div data-help="chrome"><i class="fa fa-chrome"></i></div>817 <div data-help="codepen"><i class="fa fa-codepen"></i></div>818 <div data-help="codiepie"><i class="fa fa-codiepie"></i></div>819 <div data-help="connectdevelop"><i class="fa fa-connectdevelop"></i></div>820 <div data-help="contao"><i class="fa fa-contao"></i></div>821 <div data-help="css3"><i class="fa fa-css3"></i></div>822 <div data-help="dashcube"><i class="fa fa-dashcube"></i></div>823 <div data-help="delicious"><i class="fa fa-delicious"></i></div>824 <div data-help="deviantart"><i class="fa fa-deviantart"></i></div>825 <div data-help="digg"><i class="fa fa-digg"></i></div>826 <div data-help="dribbble"><i class="fa fa-dribbble"></i></div>827 <div data-help="dropbox"><i class="fa fa-dropbox"></i></div>828 <div data-help="drupal"><i class="fa fa-drupal"></i></div>829 <div data-help="edge"><i class="fa fa-edge"></i></div>830 <div data-help="eercast"><i class="fa fa-eercast"></i></div>831 <div data-help="empire"><i class="fa fa-empire"></i></div>832 <div data-help="envira"><i class="fa fa-envira"></i></div>833 <div data-help="etsy"><i class="fa fa-etsy"></i></div>834 <div data-help="expeditedssl"><i class="fa fa-expeditedssl"></i></div>835 <div data-help="font-awesome"><i class="fa fa-font-awesome"></i></div>836 <div data-help="facebook"><i class="fa fa-facebook"></i></div>837 <div data-help="facebook"><i class="fa fa-facebook"></i></div>838 <div data-help="facebook-official"><i class="fa fa-facebook-official"></i></div>839 <div data-help="facebook-square"><i class="fa fa-facebook-square"></i></div>840 <div data-help="firefox"><i class="fa fa-firefox"></i></div>841 <div data-help="first-order"><i class="fa fa-first-order"></i></div>842 <div data-help="flickr"><i class="fa fa-flickr"></i></div>843 <div data-help="font-awesome"><i class="fa fa-font-awesome"></i></div>844 <div data-help="fonticons"><i class="fa fa-fonticons"></i></div>845 <div data-help="fort-awesome"><i class="fa fa-fort-awesome"></i></div>846 <div data-help="forumbee"><i class="fa fa-forumbee"></i></div>847 <div data-help="foursquare"><i class="fa fa-foursquare"></i></div>848 <div data-help="free-code-camp"><i class="fa fa-free-code-camp"></i></div>849 <div data-help="empire"><i class="fa fa-empire"></i></div>850 <div data-help="get-pocket"><i class="fa fa-get-pocket"></i></div>851 <div data-help="gg"><i class="fa fa-gg"></i></div>852 <div data-help="gg-circle"><i class="fa fa-gg-circle"></i></div>853 <div data-help="git"><i class="fa fa-git"></i></div>854 <div data-help="git-square"><i class="fa fa-git-square"></i></div>855 <div data-help="github"><i class="fa fa-github"></i></div>856 <div data-help="github-alt"><i class="fa fa-github-alt"></i></div>857 <div data-help="github-square"><i class="fa fa-github-square"></i></div>858 <div data-help="gitlab"><i class="fa fa-gitlab"></i></div>859 <div data-help="gratipay"><i class="fa fa-gratipay"></i></div>860 <div data-help="glide"><i class="fa fa-glide"></i></div>861 <div data-help="glide-g"><i class="fa fa-glide-g"></i></div>862 <div data-help="google"><i class="fa fa-google"></i></div>863 <div data-help="google-plus"><i class="fa fa-google-plus"></i></div>864 <div data-help="google-plus-official"><i class="fa fa-google-plus-official"></i></div>865 <div data-help="google-plus-official"><i class="fa fa-google-plus-official"></i></div>866 <div data-help="google-plus-square"><i class="fa fa-google-plus-square"></i></div>867 <div data-help="google-wallet"><i class="fa fa-google-wallet"></i></div>868 <div data-help="gratipay"><i class="fa fa-gratipay"></i></div>869 <div data-help="grav"><i class="fa fa-grav"></i></div>870 <div data-help="hacker-news"><i class="fa fa-hacker-news"></i></div>871 <div data-help="houzz"><i class="fa fa-houzz"></i></div>872 <div data-help="html5"><i class="fa fa-html5"></i></div>873 <div data-help="imdb"><i class="fa fa-imdb"></i></div>874 <div data-help="instagram"><i class="fa fa-instagram"></i></div>875 <div data-help="internet-explorer"><i class="fa fa-internet-explorer"></i></div>876 <div data-help="ioxhost"><i class="fa fa-ioxhost"></i></div>877 <div data-help="joomla"><i class="fa fa-joomla"></i></div>878 <div data-help="jsfiddle"><i class="fa fa-jsfiddle"></i></div>879 <div data-help="lastfm"><i class="fa fa-lastfm"></i></div>880 <div data-help="lastfm-square"><i class="fa fa-lastfm-square"></i></div>881 <div data-help="leanpub"><i class="fa fa-leanpub"></i></div>882 <div data-help="linkedin"><i class="fa fa-linkedin"></i></div>883 <div data-help="linkedin-square"><i class="fa fa-linkedin-square"></i></div>884 <div data-help="linode"><i class="fa fa-linode"></i></div>885 <div data-help="linux"><i class="fa fa-linux"></i></div>886 <div data-help="maxcdn"><i class="fa fa-maxcdn"></i></div>887 <div data-help="meanpath"><i class="fa fa-meanpath"></i></div>888 <div data-help="medium"><i class="fa fa-medium"></i></div>889 <div data-help="meetup"><i class="fa fa-meetup"></i></div>890 <div data-help="mixcloud"><i class="fa fa-mixcloud"></i></div>891 <div data-help="modx"><i class="fa fa-modx"></i></div>892 <div data-help="odnoklassniki"><i class="fa fa-odnoklassniki"></i></div>893 <div data-help="odnoklassniki-square"><i class="fa fa-odnoklassniki-square"></i></div>894 <div data-help="opencart"><i class="fa fa-opencart"></i></div>895 <div data-help="openid"><i class="fa fa-openid"></i></div>896 <div data-help="opera"><i class="fa fa-opera"></i></div>897 <div data-help="optin-monster"><i class="fa fa-optin-monster"></i></div>898 <div data-help="pagelines"><i class="fa fa-pagelines"></i></div>899 <div data-help="paypal"><i class="fa fa-paypal"></i></div>900 <div data-help="pied-piper"><i class="fa fa-pied-piper"></i></div>901 <div data-help="pied-piper-alt"><i class="fa fa-pied-piper-alt"></i></div>902 <div data-help="pied-piper-pp"><i class="fa fa-pied-piper-pp"></i></div>903 <div data-help="pinterest"><i class="fa fa-pinterest"></i></div>904 <div data-help="pinterest-p"><i class="fa fa-pinterest-p"></i></div>905 <div data-help="pinterest-square"><i class="fa fa-pinterest-square"></i></div>906 <div data-help="product-hunt"><i class="fa fa-product-hunt"></i></div>907 <div data-help="qq"><i class="fa fa-qq"></i></div>908 <div data-help="quora"><i class="fa fa-quora"></i></div>909 <div data-help="rebel"><i class="fa fa-rebel"></i></div>910 <div data-help="ravelry"><i class="fa fa-ravelry"></i></div>911 <div data-help="rebel"><i class="fa fa-rebel"></i></div>912 <div data-help="reddit"><i class="fa fa-reddit"></i></div>913 <div data-help="reddit-alien"><i class="fa fa-reddit-alien"></i></div>914 <div data-help="reddit-square"><i class="fa fa-reddit-square"></i></div>915 <div data-help="renren"><i class="fa fa-renren"></i></div>916 <div data-help="rebel"><i class="fa fa-rebel"></i></div>917 <div data-help="safari"><i class="fa fa-safari"></i></div>918 <div data-help="scribd"><i class="fa fa-scribd"></i></div>919 <div data-help="sellsy"><i class="fa fa-sellsy"></i></div>920 <div data-help="share-alt"><i class="fa fa-share-alt"></i></div>921 <div data-help="share-alt-square"><i class="fa fa-share-alt-square"></i></div>922 <div data-help="shirtsinbulk"><i class="fa fa-shirtsinbulk"></i></div>923 <div data-help="simplybuilt"><i class="fa fa-simplybuilt"></i></div>924 <div data-help="skyatlas"><i class="fa fa-skyatlas"></i></div>925 <div data-help="skype"><i class="fa fa-skype"></i></div>926 <div data-help="slack"><i class="fa fa-slack"></i></div>927 <div data-help="slideshare"><i class="fa fa-slideshare"></i></div>928 <div data-help="snapchat"><i class="fa fa-snapchat"></i></div>929 <div data-help="snapchat-ghost"><i class="fa fa-snapchat-ghost"></i></div>930 <div data-help="snapchat-square"><i class="fa fa-snapchat-square"></i></div>931 <div data-help="soundcloud"><i class="fa fa-soundcloud"></i></div>932 <div data-help="spotify"><i class="fa fa-spotify"></i></div>933 <div data-help="stack-exchange"><i class="fa fa-stack-exchange"></i></div>934 <div data-help="stack-overflow"><i class="fa fa-stack-overflow"></i></div>935 <div data-help="steam"><i class="fa fa-steam"></i></div>936 <div data-help="steam-square"><i class="fa fa-steam-square"></i></div>937 <div data-help="stumbleupon"><i class="fa fa-stumbleupon"></i></div>938 <div data-help="stumbleupon-circle"><i class="fa fa-stumbleupon-circle"></i></div>939 <div data-help="superpowers"><i class="fa fa-superpowers"></i></div>940 <div data-help="telegram"><i class="fa fa-telegram"></i></div>941 <div data-help="tencent-weibo"><i class="fa fa-tencent-weibo"></i></div>942 <div data-help="themeisle"><i class="fa fa-themeisle"></i></div>943 <div data-help="trello"><i class="fa fa-trello"></i></div>944 <div data-help="tripadvisor"><i class="fa fa-tripadvisor"></i></div>945 <div data-help="tumblr"><i class="fa fa-tumblr"></i></div>946 <div data-help="tumblr-square"><i class="fa fa-tumblr-square"></i></div>947 <div data-help="twitch"><i class="fa fa-twitch"></i></div>948 <div data-help="twitter"><i class="fa fa-twitter"></i></div>949 <div data-help="twitter-square"><i class="fa fa-twitter-square"></i></div>950 <div data-help="usb"><i class="fa fa-usb"></i></div>951 <div data-help="viacoin"><i class="fa fa-viacoin"></i></div>952 <div data-help="viadeo"><i class="fa fa-viadeo"></i></div>953 <div data-help="viadeo-square"><i class="fa fa-viadeo-square"></i></div>954 <div data-help="vimeo"><i class="fa fa-vimeo"></i></div>955 <div data-help="vimeo-square"><i class="fa fa-vimeo-square"></i></div>956 <div data-help="vine"><i class="fa fa-vine"></i></div>957 <div data-help="vk"><i class="fa fa-vk"></i></div>958 <div data-help="weixin"><i class="fa fa-weixin"></i></div>959 <div data-help="weibo"><i class="fa fa-weibo"></i></div>960 <div data-help="weixin"><i class="fa fa-weixin"></i></div>961 <div data-help="whatsapp"><i class="fa fa-whatsapp"></i></div>962 <div data-help="wikipedia-w"><i class="fa fa-wikipedia-w"></i></div>963 <div data-help="windows"><i class="fa fa-windows"></i></div>964 <div data-help="wordpress"><i class="fa fa-wordpress"></i></div>965 <div data-help="wpbeginner"><i class="fa fa-wpbeginner"></i></div>966 <div data-help="wpexplorer"><i class="fa fa-wpexplorer"></i></div>967 <div data-help="wpforms"><i class="fa fa-wpforms"></i></div>968 <div data-help="xing"><i class="fa fa-xing"></i></div>969 <div data-help="xing-square"><i class="fa fa-xing-square"></i></div>970 <div data-help="y-combinator"><i class="fa fa-y-combinator"></i></div>971 <div data-help="hacker-news"><i class="fa fa-hacker-news"></i></div>972 <div data-help="yahoo"><i class="fa fa-yahoo"></i></div>973 <div data-help="y-combinator"><i class="fa fa-y-combinator"></i></div>974 <div data-help="hacker-news"><i class="fa fa-hacker-news"></i></div>975 <div data-help="yelp"><i class="fa fa-yelp"></i></div>976 <div data-help="yoast"><i class="fa fa-yoast"></i></div>977 <div data-help="youtube"><i class="fa fa-youtube"></i></div>978 <div data-help="youtube-play"><i class="fa fa-youtube-play"></i></div>979 <div data-help="youtube-square"><i class="fa fa-youtube-square"></i></div>980 </section>981 <!-- Medical Icons -->982 <h2><?php _e('Medical Icons', 'LayerSlider') ?></h2>983 <section class="clearfix">984 <div data-help="ambulance"><i class="fa fa-ambulance"></i></div>985 <div data-help="h-square"><i class="fa fa-h-square"></i></div>986 <div data-help="heart"><i class="fa fa-heart"></i></div>987 <div data-help="heart-o"><i class="fa fa-heart-o"></i></div>988 <div data-help="heartbeat"><i class="fa fa-heartbeat"></i></div>989 <div data-help="hospital-o"><i class="fa fa-hospital-o"></i></div>990 <div data-help="medkit"><i class="fa fa-medkit"></i></div>991 <div data-help="plus-square"><i class="fa fa-plus-square"></i></div>992 <div data-help="stethoscope"><i class="fa fa-stethoscope"></i></div>993 <div data-help="user-md"><i class="fa fa-user-md"></i></div>994 <div data-help="wheelchair"><i class="fa fa-wheelchair"></i></div>995 <div data-help="wheelchair-alt"><i class="fa fa-wheelchair-alt"></i></div>996 </section>997 </div>998 </div>999 </div>1000</script>...

Full Screen

Full Screen

34778f51b737065e24c6d8bb98b666c4.yaml.php

Source:34778f51b737065e24c6d8bb98b666c4.yaml.php Github

copy

Full Screen

...20 'label' => 'PLUGIN_ADMIN.HOME_PAGE',21 'show_all' => false,22 'show_modular' => false,23 'show_root' => false,24 'help' => 'PLUGIN_ADMIN.HOME_PAGE_HELP'25 ],26 'home.hide_in_urls' => [27 'type' => 'toggle',28 'label' => 'PLUGIN_ADMIN.HIDE_HOME_IN_URLS',29 'help' => 'PLUGIN_ADMIN.HIDE_HOME_IN_URLS_HELP',30 'highlight' => 0,31 'options' => [32 1 => 'PLUGIN_ADMIN.YES',33 0 => 'PLUGIN_ADMIN.NO'34 ],35 'validate' => [36 'type' => 'bool'37 ]38 ],39 'pages.theme' => [40 'type' => 'themeselect',41 'classes' => 'fancy',42 'selectize' => true,43 'size' => 'medium',44 'label' => 'PLUGIN_ADMIN.DEFAULT_THEME',45 'help' => 'PLUGIN_ADMIN.DEFAULT_THEME_HELP'46 ],47 'pages.process' => [48 'type' => 'checkboxes',49 'label' => 'PLUGIN_ADMIN.PROCESS',50 'help' => 'PLUGIN_ADMIN.PROCESS_HELP',51 'default' => [52 0 => [53 'markdown' => true54 ],55 1 => [56 'twig' => true57 ]58 ],59 'options' => [60 'markdown' => 'Markdown',61 'twig' => 'Twig'62 ],63 'use' => 'keys'64 ],65 'timezone' => [66 'type' => 'select',67 'label' => 'PLUGIN_ADMIN.TIMEZONE',68 'size' => 'medium',69 'classes' => 'fancy',70 'help' => 'PLUGIN_ADMIN.TIMEZONE_HELP',71 '@data-options' => '\\Grav\\Common\\Utils::timezones',72 'default' => '',73 'options' => [74 '' => 'Default (Server Timezone)'75 ]76 ],77 'pages.dateformat.default' => [78 'type' => 'select',79 'size' => 'medium',80 'selectize' => [81 'create' => true82 ],83 'label' => 'PLUGIN_ADMIN.DEFAULT_DATE_FORMAT',84 'help' => 'PLUGIN_ADMIN.DEFAULT_DATE_FORMAT_HELP',85 'placeholder' => 'PLUGIN_ADMIN.DEFAULT_DATE_FORMAT_PLACEHOLDER',86 '@data-options' => '\\Grav\\Common\\Utils::dateFormats',87 'options' => [88 '' => 'Auto Guess or Enter Custom'89 ],90 'validate' => [91 'type' => 'string'92 ]93 ],94 'pages.dateformat.short' => [95 'type' => 'dateformat',96 'size' => 'medium',97 'classes' => 'fancy',98 'label' => 'PLUGIN_ADMIN.SHORT_DATE_FORMAT',99 'help' => 'PLUGIN_ADMIN.SHORT_DATE_FORMAT_HELP',100 'default' => 'jS M Y',101 'options' => [102 'F jS \\a\\t g:ia' => 'Date1',103 'l jS \\of F g:i A' => 'Date2',104 'D, d M Y G:i:s' => 'Date3',105 'd-m-y G:i' => 'Date4',106 'jS M Y' => 'Date5'107 ]108 ],109 'pages.dateformat.long' => [110 'type' => 'dateformat',111 'size' => 'medium',112 'classes' => 'fancy',113 'label' => 'PLUGIN_ADMIN.LONG_DATE_FORMAT',114 'help' => 'PLUGIN_ADMIN.LONG_DATE_FORMAT_HELP',115 'options' => [116 'F jS \\a\\t g:ia' => 'Date1',117 'l jS \\of F g:i A' => 'Date2',118 'D, d M Y G:i:s' => 'Date3',119 'd-m-y G:i' => 'Date4',120 'jS M Y' => 'Date5'121 ]122 ],123 'pages.order.by' => [124 'type' => 'select',125 'size' => 'long',126 'classes' => 'fancy',127 'label' => 'PLUGIN_ADMIN.DEFAULT_ORDERING',128 'help' => 'PLUGIN_ADMIN.DEFAULT_ORDERING_HELP',129 'options' => [130 'default' => 'PLUGIN_ADMIN.DEFAULT_ORDERING_DEFAULT',131 'folder' => 'PLUGIN_ADMIN.DEFAULT_ORDERING_FOLDER',132 'title' => 'PLUGIN_ADMIN.DEFAULT_ORDERING_TITLE',133 'date' => 'PLUGIN_ADMIN.DEFAULT_ORDERING_DATE'134 ]135 ],136 'pages.order.dir' => [137 'type' => 'toggle',138 'label' => 'PLUGIN_ADMIN.DEFAULT_ORDER_DIRECTION',139 'highlight' => 'asc',140 'default' => 'desc',141 'help' => 'PLUGIN_ADMIN.DEFAULT_ORDER_DIRECTION_HELP',142 'options' => [143 'asc' => 'PLUGIN_ADMIN.ASCENDING',144 'desc' => 'PLUGIN_ADMIN.DESCENDING'145 ]146 ],147 'pages.list.count' => [148 'type' => 'text',149 'size' => 'x-small',150 'label' => 'PLUGIN_ADMIN.DEFAULT_PAGE_COUNT',151 'help' => 'PLUGIN_ADMIN.DEFAULT_PAGE_COUNT_HELP',152 'validate' => [153 'type' => 'number',154 'min' => 1155 ]156 ],157 'pages.publish_dates' => [158 'type' => 'toggle',159 'label' => 'PLUGIN_ADMIN.DATE_BASED_PUBLISHING',160 'help' => 'PLUGIN_ADMIN.DATE_BASED_PUBLISHING_HELP',161 'highlight' => 1,162 'options' => [163 1 => 'PLUGIN_ADMIN.YES',164 0 => 'PLUGIN_ADMIN.NO'165 ],166 'validate' => [167 'type' => 'bool'168 ]169 ],170 'pages.events' => [171 'type' => 'checkboxes',172 'label' => 'PLUGIN_ADMIN.EVENTS',173 'help' => 'PLUGIN_ADMIN.EVENTS_HELP',174 'default' => [175 0 => [176 'page' => true177 ],178 1 => [179 'twig' => true180 ]181 ],182 'options' => [183 'page' => 'Page Events',184 'twig' => 'Twig Events'185 ],186 'use' => 'keys'187 ],188 'pages.append_url_extension' => [189 'type' => 'text',190 'placeholder' => 'e.g. .html',191 'label' => 'PLUGIN_ADMIN.APPEND_URL_EXT',192 'help' => 'PLUGIN_ADMIN.APPEND_URL_EXT_HELP'193 ],194 'pages.redirect_default_route' => [195 'type' => 'toggle',196 'label' => 'PLUGIN_ADMIN.REDIRECT_DEFAULT_ROUTE',197 'help' => 'PLUGIN_ADMIN.REDIRECT_DEFAULT_ROUTE_HELP',198 'highlight' => 0,199 'options' => [200 1 => 'PLUGIN_ADMIN.YES',201 0 => 'PLUGIN_ADMIN.NO'202 ],203 'validate' => [204 'type' => 'bool'205 ]206 ],207 'pages.redirect_default_code' => [208 'type' => 'select',209 'size' => 'medium',210 'classes' => 'fancy',211 'label' => 'PLUGIN_ADMIN.REDIRECT_DEFAULT_CODE',212 'help' => 'PLUGIN_ADMIN.REDIRECT_DEFAULT_CODE_HELP',213 'options' => [214 301 => '301 - Permanent',215 303 => '303 - Other',216 307 => '307 - Temporary'217 ]218 ],219 'pages.redirect_trailing_slash' => [220 'type' => 'toggle',221 'label' => 'PLUGIN_ADMIN.REDIRECT_TRAILING_SLASH',222 'help' => 'PLUGIN_ADMIN.REDIRECT_TRAILING_SLASH_HELP',223 'highlight' => 1,224 'options' => [225 1 => 'PLUGIN_ADMIN.YES',226 0 => 'PLUGIN_ADMIN.NO'227 ],228 'validate' => [229 'type' => 'bool'230 ]231 ],232 'pages.ignore_hidden' => [233 'type' => 'toggle',234 'label' => 'PLUGIN_ADMIN.IGNORE_HIDDEN',235 'help' => 'PLUGIN_ADMIN.IGNORE_HIDDEN_HELP',236 'highlight' => 1,237 'options' => [238 1 => 'PLUGIN_ADMIN.YES',239 0 => 'PLUGIN_ADMIN.NO'240 ],241 'validate' => [242 'type' => 'bool'243 ]244 ],245 'pages.ignore_files' => [246 'type' => 'selectize',247 'size' => 'large',248 'label' => 'PLUGIN_ADMIN.IGNORE_FILES',249 'help' => 'PLUGIN_ADMIN.IGNORE_FILES_HELP',250 'classes' => 'fancy',251 'validate' => [252 'type' => 'commalist'253 ]254 ],255 'pages.ignore_folders' => [256 'type' => 'selectize',257 'size' => 'large',258 'label' => 'PLUGIN_ADMIN.IGNORE_FOLDERS',259 'help' => 'PLUGIN_ADMIN.IGNORE_FOLDERS_HELP',260 'classes' => 'fancy',261 'validate' => [262 'type' => 'commalist'263 ]264 ],265 'pages.url_taxonomy_filters' => [266 'type' => 'toggle',267 'label' => 'PLUGIN_ADMIN.ALLOW_URL_TAXONOMY_FILTERS',268 'help' => 'PLUGIN_ADMIN.ALLOW_URL_TAXONOMY_FILTERS_HELP',269 'highlight' => 1,270 'options' => [271 1 => 'PLUGIN_ADMIN.YES',272 0 => 'PLUGIN_ADMIN.NO'273 ],274 'validate' => [275 'type' => 'bool'276 ]277 ],278 'pages.twig_first' => [279 'type' => 'toggle',280 'label' => 'PLUGIN_ADMIN.TWIG_FIRST',281 'highlight' => 'asc',282 'default' => 'desc',283 'help' => 'PLUGIN_ADMIN.TWIG_FIRST_HELP',284 'options' => [285 1 => 'PLUGIN_ADMIN.YES',286 0 => 'PLUGIN_ADMIN.NO'287 ],288 'validate' => [289 'type' => 'bool'290 ]291 ]292 ]293 ],294 'languages' => [295 'type' => 'section',296 'title' => 'PLUGIN_ADMIN.LANGUAGES',297 'underline' => true,298 'fields' => [299 'languages.supported' => [300 'type' => 'selectize',301 'size' => 'large',302 'placeholder' => 'e.g. en, fr',303 'label' => 'PLUGIN_ADMIN.SUPPORTED',304 'help' => 'PLUGIN_ADMIN.SUPPORTED_HELP',305 'classes' => 'fancy',306 'validate' => [307 'type' => 'commalist'308 ]309 ],310 'languages.include_default_lang' => [311 'type' => 'toggle',312 'label' => 'PLUGIN_ADMIN.INCLUDE_DEFAULT_LANG',313 'help' => 'PLUGIN_ADMIN.INCLUDE_DEFAULT_LANG_HELP',314 'highlight' => 1,315 'options' => [316 1 => 'PLUGIN_ADMIN.YES',317 0 => 'PLUGIN_ADMIN.NO'318 ],319 'validate' => [320 'type' => 'bool'321 ]322 ],323 'languages.translations' => [324 'type' => 'toggle',325 'label' => 'PLUGIN_ADMIN.TRANSLATIONS_ENABLED',326 'help' => 'PLUGIN_ADMIN.TRANSLATIONS_ENABLED_HELP',327 'highlight' => 1,328 'options' => [329 1 => 'PLUGIN_ADMIN.YES',330 0 => 'PLUGIN_ADMIN.NO'331 ],332 'validate' => [333 'type' => 'bool'334 ]335 ],336 'languages.translations_fallback' => [337 'type' => 'toggle',338 'label' => 'PLUGIN_ADMIN.TRANSLATIONS_FALLBACK',339 'help' => 'PLUGIN_ADMIN.TRANSLATIONS_FALLBACK_HELP',340 'highlight' => 1,341 'options' => [342 1 => 'PLUGIN_ADMIN.YES',343 0 => 'PLUGIN_ADMIN.NO'344 ],345 'validate' => [346 'type' => 'bool'347 ]348 ],349 'languages.session_store_active' => [350 'type' => 'toggle',351 'label' => 'PLUGIN_ADMIN.ACTIVE_LANGUAGE_IN_SESSION',352 'help' => 'PLUGIN_ADMIN.ACTIVE_LANGUAGE_IN_SESSION_HELP',353 'highlight' => 0,354 'options' => [355 1 => 'PLUGIN_ADMIN.YES',356 0 => 'PLUGIN_ADMIN.NO'357 ],358 'validate' => [359 'type' => 'bool'360 ]361 ],362 'languages.http_accept_language' => [363 'type' => 'toggle',364 'label' => 'PLUGIN_ADMIN.HTTP_ACCEPT_LANGUAGE',365 'help' => 'PLUGIN_ADMIN.HTTP_ACCEPT_LANGUAGE_HELP',366 'highlight' => 0,367 'options' => [368 1 => 'PLUGIN_ADMIN.YES',369 0 => 'PLUGIN_ADMIN.NO'370 ],371 'validate' => [372 'type' => 'bool'373 ]374 ],375 'languages.override_locale' => [376 'type' => 'toggle',377 'label' => 'PLUGIN_ADMIN.OVERRIDE_LOCALE',378 'help' => 'PLUGIN_ADMIN.OVERRIDE_LOCALE_HELP',379 'highlight' => 0,380 'options' => [381 1 => 'PLUGIN_ADMIN.YES',382 0 => 'PLUGIN_ADMIN.NO'383 ],384 'validate' => [385 'type' => 'bool'386 ]387 ]388 ]389 ],390 'http_headers' => [391 'type' => 'section',392 'title' => 'PLUGIN_ADMIN.HTTP_HEADERS',393 'underline' => true,394 'fields' => [395 'pages.expires' => [396 'type' => 'text',397 'size' => 'small',398 'label' => 'PLUGIN_ADMIN.EXPIRES',399 'help' => 'PLUGIN_ADMIN.EXPIRES_HELP',400 'validate' => [401 'type' => 'number',402 'min' => 1403 ]404 ],405 'pages.last_modified' => [406 'type' => 'toggle',407 'label' => 'PLUGIN_ADMIN.LAST_MODIFIED',408 'help' => 'PLUGIN_ADMIN.LAST_MODIFIED_HELP',409 'highlight' => 0,410 'options' => [411 1 => 'PLUGIN_ADMIN.YES',412 0 => 'PLUGIN_ADMIN.NO'413 ],414 'validate' => [415 'type' => 'bool'416 ]417 ],418 'pages.etag' => [419 'type' => 'toggle',420 'label' => 'PLUGIN_ADMIN.ETAG',421 'help' => 'PLUGIN_ADMIN.ETAG_HELP',422 'highlight' => 0,423 'options' => [424 1 => 'PLUGIN_ADMIN.YES',425 0 => 'PLUGIN_ADMIN.NO'426 ],427 'validate' => [428 'type' => 'bool'429 ]430 ],431 'pages.vary_accept_encoding' => [432 'type' => 'toggle',433 'label' => 'PLUGIN_ADMIN.VARY_ACCEPT_ENCODING',434 'help' => 'PLUGIN_ADMIN.VARY_ACCEPT_ENCODING_HELP',435 'highlight' => 0,436 'options' => [437 1 => 'PLUGIN_ADMIN.YES',438 0 => 'PLUGIN_ADMIN.NO'439 ],440 'validate' => [441 'type' => 'bool'442 ]443 ]444 ]445 ],446 'markdown' => [447 'type' => 'section',448 'title' => 'Markdown',449 'underline' => true,450 'fields' => [451 'pages.markdown.extra' => [452 'type' => 'toggle',453 'label' => 'Markdown extra',454 'help' => 'PLUGIN_ADMIN.MARKDOWN_EXTRA_HELP',455 'highlight' => 0,456 'options' => [457 1 => 'PLUGIN_ADMIN.YES',458 0 => 'PLUGIN_ADMIN.NO'459 ],460 'validate' => [461 'type' => 'bool'462 ]463 ],464 'pages.markdown.auto_line_breaks' => [465 'type' => 'toggle',466 'label' => 'PLUGIN_ADMIN.AUTO_LINE_BREAKS',467 'help' => 'PLUGIN_ADMIN.AUTO_LINE_BREAKS_HELP',468 'highlight' => 0,469 'options' => [470 1 => 'PLUGIN_ADMIN.YES',471 0 => 'PLUGIN_ADMIN.NO'472 ],473 'validate' => [474 'type' => 'bool'475 ]476 ],477 'pages.markdown.auto_url_links' => [478 'type' => 'toggle',479 'label' => 'PLUGIN_ADMIN.AUTO_URL_LINKS',480 'help' => 'PLUGIN_ADMIN.AUTO_URL_LINKS_HELP',481 'highlight' => 0,482 'options' => [483 1 => 'PLUGIN_ADMIN.YES',484 0 => 'PLUGIN_ADMIN.NO'485 ],486 'validate' => [487 'type' => 'bool'488 ]489 ],490 'pages.markdown.escape_markup' => [491 'type' => 'toggle',492 'label' => 'PLUGIN_ADMIN.ESCAPE_MARKUP',493 'help' => 'PLUGIN_ADMIN.ESCAPE_MARKUP_HELP',494 'highlight' => 0,495 'options' => [496 1 => 'PLUGIN_ADMIN.YES',497 0 => 'PLUGIN_ADMIN.NO'498 ],499 'validate' => [500 'type' => 'bool'501 ]502 ]503 ]504 ],505 'caching' => [506 'type' => 'section',507 'title' => 'PLUGIN_ADMIN.CACHING',508 'underline' => true,509 'fields' => [510 'cache.enabled' => [511 'type' => 'toggle',512 'label' => 'PLUGIN_ADMIN.CACHING',513 'help' => 'PLUGIN_ADMIN.CACHING_HELP',514 'highlight' => 1,515 'options' => [516 1 => 'PLUGIN_ADMIN.YES',517 0 => 'PLUGIN_ADMIN.NO'518 ],519 'validate' => [520 'type' => 'bool'521 ]522 ],523 'cache.check.method' => [524 'type' => 'select',525 'size' => 'small',526 'classes' => 'fancy',527 'label' => 'PLUGIN_ADMIN.CACHE_CHECK_METHOD',528 'help' => 'PLUGIN_ADMIN.CACHE_CHECK_METHOD_HELP',529 'options' => [530 'file' => 'File',531 'folder' => 'Folder',532 'none' => 'None'533 ]534 ],535 'cache.driver' => [536 'type' => 'select',537 'size' => 'small',538 'classes' => 'fancy',539 'label' => 'PLUGIN_ADMIN.CACHE_DRIVER',540 'help' => 'PLUGIN_ADMIN.CACHE_DRIVER_HELP',541 'options' => [542 'auto' => 'Auto detect',543 'file' => 'File',544 'apc' => 'APC',545 'xcache' => 'XCache',546 'memcache' => 'MemCache',547 'wincache' => 'WinCache'548 ]549 ],550 'cache.prefix' => [551 'type' => 'text',552 'size' => 'x-small',553 'label' => 'PLUGIN_ADMIN.CACHE_PREFIX',554 'help' => 'PLUGIN_ADMIN.CACHE_PREFIX_HELP',555 'placeholder' => 'PLUGIN_ADMIN.CACHE_PREFIX_PLACEHOLDER'556 ],557 'cache.lifetime' => [558 'type' => 'text',559 'size' => 'small',560 'label' => 'PLUGIN_ADMIN.LIFETIME',561 'help' => 'PLUGIN_ADMIN.LIFETIME_HELP',562 'validate' => [563 'type' => 'number'564 ]565 ],566 'cache.gzip' => [567 'type' => 'toggle',568 'label' => 'PLUGIN_ADMIN.GZIP_COMPRESSION',569 'help' => 'PLUGIN_ADMIN.GZIP_COMPRESSION_HELP',570 'highlight' => 0,571 'options' => [572 1 => 'PLUGIN_ADMIN.YES',573 0 => 'PLUGIN_ADMIN.NO'574 ],575 'validate' => [576 'type' => 'bool'577 ]578 ]579 ]580 ],581 'twig' => [582 'type' => 'section',583 'title' => 'PLUGIN_ADMIN.TWIG_TEMPLATING',584 'underline' => true,585 'fields' => [586 'twig.cache' => [587 'type' => 'toggle',588 'label' => 'PLUGIN_ADMIN.TWIG_CACHING',589 'help' => 'PLUGIN_ADMIN.TWIG_CACHING_HELP',590 'highlight' => 1,591 'options' => [592 1 => 'PLUGIN_ADMIN.YES',593 0 => 'PLUGIN_ADMIN.NO'594 ],595 'validate' => [596 'type' => 'bool'597 ]598 ],599 'twig.debug' => [600 'type' => 'toggle',601 'label' => 'PLUGIN_ADMIN.TWIG_DEBUG',602 'help' => 'PLUGIN_ADMIN.TWIG_DEBUG_HELP',603 'highlight' => 0,604 'options' => [605 1 => 'PLUGIN_ADMIN.YES',606 0 => 'PLUGIN_ADMIN.NO'607 ],608 'validate' => [609 'type' => 'bool'610 ]611 ],612 'twig.auto_reload' => [613 'type' => 'toggle',614 'label' => 'PLUGIN_ADMIN.DETECT_CHANGES',615 'help' => 'PLUGIN_ADMIN.DETECT_CHANGES_HELP',616 'highlight' => 1,617 'options' => [618 1 => 'PLUGIN_ADMIN.YES',619 0 => 'PLUGIN_ADMIN.NO'620 ],621 'validate' => [622 'type' => 'bool'623 ]624 ],625 'twig.autoescape' => [626 'type' => 'toggle',627 'label' => 'PLUGIN_ADMIN.AUTOESCAPE_VARIABLES',628 'help' => 'PLUGIN_ADMIN.AUTOESCAPE_VARIABLES_HELP',629 'highlight' => 0,630 'options' => [631 1 => 'PLUGIN_ADMIN.YES',632 0 => 'PLUGIN_ADMIN.NO'633 ],634 'validate' => [635 'type' => 'bool'636 ]637 ],638 'twig.umask_fix' => [639 'type' => 'toggle',640 'label' => 'PLUGIN_ADMIN.TWIG_UMASK_FIX',641 'help' => 'PLUGIN_ADMIN.TWIG_UMASK_FIX_HELP',642 'highlight' => 0,643 'options' => [644 1 => 'PLUGIN_ADMIN.YES',645 0 => 'PLUGIN_ADMIN.NO'646 ],647 'validate' => [648 'type' => 'bool'649 ]650 ]651 ]652 ],653 'assets' => [654 'type' => 'section',655 'title' => 'PLUGIN_ADMIN.ASSETS',656 'underline' => true,657 'fields' => [658 'assets.css_pipeline' => [659 'type' => 'toggle',660 'label' => 'PLUGIN_ADMIN.CSS_PIPELINE',661 'help' => 'PLUGIN_ADMIN.CSS_PIPELINE_HELP',662 'highlight' => 0,663 'options' => [664 1 => 'PLUGIN_ADMIN.YES',665 0 => 'PLUGIN_ADMIN.NO'666 ],667 'validate' => [668 'type' => 'bool'669 ]670 ],671 'assets.css_minify' => [672 'type' => 'toggle',673 'label' => 'PLUGIN_ADMIN.CSS_MINIFY',674 'help' => 'PLUGIN_ADMIN.CSS_MINIFY_HELP',675 'highlight' => 1,676 'options' => [677 1 => 'PLUGIN_ADMIN.YES',678 0 => 'PLUGIN_ADMIN.NO'679 ],680 'validate' => [681 'type' => 'bool'682 ]683 ],684 'assets.css_minify_windows' => [685 'type' => 'toggle',686 'label' => 'PLUGIN_ADMIN.CSS_MINIFY_WINDOWS_OVERRIDE',687 'help' => 'PLUGIN_ADMIN.CSS_MINIFY_WINDOWS_OVERRIDE_HELP',688 'highlight' => 0,689 'options' => [690 1 => 'PLUGIN_ADMIN.YES',691 0 => 'PLUGIN_ADMIN.NO'692 ],693 'validate' => [694 'type' => 'bool'695 ]696 ],697 'assets.css_rewrite' => [698 'type' => 'toggle',699 'label' => 'PLUGIN_ADMIN.CSS_REWRITE',700 'help' => 'PLUGIN_ADMIN.CSS_REWRITE_HELP',701 'highlight' => 1,702 'options' => [703 1 => 'PLUGIN_ADMIN.YES',704 0 => 'PLUGIN_ADMIN.NO'705 ],706 'validate' => [707 'type' => 'bool'708 ]709 ],710 'assets.js_pipeline' => [711 'type' => 'toggle',712 'label' => 'PLUGIN_ADMIN.JAVASCRIPT_PIPELINE',713 'help' => 'PLUGIN_ADMIN.JAVASCRIPT_PIPELINE_HELP',714 'highlight' => 0,715 'options' => [716 1 => 'PLUGIN_ADMIN.YES',717 0 => 'PLUGIN_ADMIN.NO'718 ],719 'validate' => [720 'type' => 'bool'721 ]722 ],723 'assets.js_minify' => [724 'type' => 'toggle',725 'label' => 'PLUGIN_ADMIN.JAVASCRIPT_MINIFY',726 'help' => 'PLUGIN_ADMIN.JAVASCRIPT_MINIFY_HELP',727 'highlight' => 1,728 'options' => [729 1 => 'PLUGIN_ADMIN.YES',730 0 => 'PLUGIN_ADMIN.NO'731 ],732 'validate' => [733 'type' => 'bool'734 ]735 ],736 'assets.enable_asset_timestamp' => [737 'type' => 'toggle',738 'label' => 'PLUGIN_ADMIN.ENABLED_TIMESTAMPS_ON_ASSETS',739 'help' => 'PLUGIN_ADMIN.ENABLED_TIMESTAMPS_ON_ASSETS_HELP',740 'highlight' => 0,741 'options' => [742 1 => 'PLUGIN_ADMIN.YES',743 0 => 'PLUGIN_ADMIN.NO'744 ],745 'validate' => [746 'type' => 'bool'747 ]748 ],749 'assets.collections' => [750 'type' => 'array',751 'label' => 'PLUGIN_ADMIN.COLLECTIONS',752 'placeholder_key' => 'collection_name',753 'placeholder_value' => 'collection_path'754 ]755 ]756 ],757 'errors' => [758 'type' => 'section',759 'title' => 'PLUGIN_ADMIN.ERROR_HANDLER',760 'underline' => true,761 'fields' => [762 'errors.display' => [763 'type' => 'toggle',764 'label' => 'PLUGIN_ADMIN.DISPLAY_ERRORS',765 'help' => 'PLUGIN_ADMIN.DISPLAY_ERRORS_HELP',766 'highlight' => 0,767 'options' => [768 1 => 'PLUGIN_ADMIN.YES',769 0 => 'PLUGIN_ADMIN.NO'770 ],771 'validate' => [772 'type' => 'bool'773 ]774 ],775 'errors.log' => [776 'type' => 'toggle',777 'label' => 'PLUGIN_ADMIN.LOG_ERRORS',778 'help' => 'PLUGIN_ADMIN.LOG_ERRORS_HELP',779 'highlight' => 1,780 'options' => [781 1 => 'PLUGIN_ADMIN.YES',782 0 => 'PLUGIN_ADMIN.NO'783 ],784 'validate' => [785 'type' => 'bool'786 ]787 ]788 ]789 ],790 'debugger' => [791 'type' => 'section',792 'title' => 'PLUGIN_ADMIN.DEBUGGER',793 'underline' => true,794 'fields' => [795 'debugger.enabled' => [796 'type' => 'toggle',797 'label' => 'PLUGIN_ADMIN.DEBUGGER',798 'help' => 'PLUGIN_ADMIN.DEBUGGER_HELP',799 'highlight' => 0,800 'options' => [801 1 => 'PLUGIN_ADMIN.YES',802 0 => 'PLUGIN_ADMIN.NO'803 ],804 'validate' => [805 'type' => 'bool'806 ]807 ],808 'debugger.shutdown.close_connection' => [809 'type' => 'toggle',810 'label' => 'PLUGIN_ADMIN.SHUTDOWN_CLOSE_CONNECTION',811 'help' => 'PLUGIN_ADMIN.SHUTDOWN_CLOSE_CONNECTION_HELP',812 'highlight' => 1,813 'options' => [814 1 => 'PLUGIN_ADMIN.YES',815 0 => 'PLUGIN_ADMIN.NO'816 ],817 'validate' => [818 'type' => 'bool'819 ]820 ]821 ]822 ],823 'media' => [824 'type' => 'section',825 'title' => 'PLUGIN_ADMIN.MEDIA',826 'underline' => true,827 'fields' => [828 'images.default_image_quality' => [829 'type' => 'text',830 'label' => 'PLUGIN_ADMIN.DEFAULT_IMAGE_QUALITY',831 'help' => 'PLUGIN_ADMIN.DEFAULT_IMAGE_QUALITY_HELP',832 'classes' => 'x-small',833 'validate' => [834 'type' => 'number',835 'min' => 1,836 'max' => 100837 ]838 ],839 'images.cache_all' => [840 'type' => 'toggle',841 'label' => 'PLUGIN_ADMIN.CACHE_ALL',842 'help' => 'PLUGIN_ADMIN.CACHE_ALL_HELP',843 'highlight' => 0,844 'options' => [845 1 => 'PLUGIN_ADMIN.YES',846 0 => 'PLUGIN_ADMIN.NO'847 ],848 'validate' => [849 'type' => 'bool'850 ]851 ],852 'images.cache_perms' => [853 'type' => 'select',854 'size' => 'small',855 'label' => 'PLUGIN_ADMIN.CACHE_PERMS',856 'help' => 'PLUGIN_ADMIN.CACHE_PERMS_HELP',857 'highlight' => '0755',858 'options' => [859 '0755' => '0755',860 '0775' => '0775'861 ]862 ],863 'images.debug' => [864 'type' => 'toggle',865 'label' => 'PLUGIN_ADMIN.IMAGES_DEBUG',866 'help' => 'PLUGIN_ADMIN.IMAGES_DEBUG_HELP',867 'highlight' => 0,868 'options' => [869 1 => 'PLUGIN_ADMIN.YES',870 0 => 'PLUGIN_ADMIN.NO'871 ],872 'validate' => [873 'type' => 'bool'874 ]875 ],876 'media.upload_limit' => [877 'type' => 'text',878 'label' => 'PLUGIN_ADMIN.UPLOAD_LIMIT',879 'help' => 'PLUGIN_ADMIN.UPLOAD_LIMIT_HELP',880 'classes' => 'small',881 'validate' => [882 'type' => 'number'883 ]884 ],885 'media.enable_media_timestamp' => [886 'type' => 'toggle',887 'label' => 'PLUGIN_ADMIN.ENABLE_MEDIA_TIMESTAMP',888 'help' => 'PLUGIN_ADMIN.ENABLE_MEDIA_TIMESTAMP_HELP',889 'highlight' => 0,890 'options' => [891 1 => 'PLUGIN_ADMIN.YES',892 0 => 'PLUGIN_ADMIN.NO'893 ],894 'validate' => [895 'type' => 'bool'896 ]897 ],898 'media.allowed_fallback_types' => [899 'type' => 'selectize',900 'size' => 'large',901 'label' => 'PLUGIN_ADMIN.FALLBACK_TYPES',902 'help' => 'PLUGIN_ADMIN.FALLBACK_TYPES_HELP',903 'classes' => 'fancy',904 'validate' => [905 'type' => 'commalist'906 ]907 ],908 'media.unsupported_inline_types' => [909 'type' => 'selectize',910 'size' => 'large',911 'label' => 'PLUGIN_ADMIN.INLINE_TYPES',912 'help' => 'PLUGIN_ADMIN.INLINE_TYPES_HELP',913 'classes' => 'fancy',914 'validate' => [915 'type' => 'commalist'916 ]917 ]918 ]919 ],920 'session' => [921 'type' => 'section',922 'title' => 'PLUGIN_ADMIN.SESSION',923 'underline' => true,924 'fields' => [925 'session.enabled' => [926 'type' => 'hidden',927 'label' => 'PLUGIN_ADMIN.ENABLED',928 'help' => 'PLUGIN_ADMIN.SESSION_ENABLED_HELP',929 'highlight' => 1,930 'options' => [931 1 => 'PLUGIN_ADMIN.YES',932 0 => 'PLUGIN_ADMIN.NO'933 ],934 'default' => true,935 'validate' => [936 'type' => 'bool'937 ]938 ],939 'session.timeout' => [940 'type' => 'text',941 'size' => 'small',942 'label' => 'PLUGIN_ADMIN.TIMEOUT',943 'help' => 'PLUGIN_ADMIN.TIMEOUT_HELP',944 'validate' => [945 'type' => 'number',946 'min' => 1947 ]948 ],949 'session.name' => [950 'type' => 'text',951 'size' => 'small',952 'label' => 'PLUGIN_ADMIN.NAME',953 'help' => 'PLUGIN_ADMIN.SESSION_NAME_HELP'954 ],955 'session.secure' => [956 'type' => 'toggle',957 'label' => 'PLUGIN_ADMIN.SESSION_SECURE',958 'help' => 'PLUGIN_ADMIN.SESSION_SECURE_HELP',959 'highlight' => 1,960 'options' => [961 1 => 'PLUGIN_ADMIN.YES',962 0 => 'PLUGIN_ADMIN.NO'963 ],964 'default' => false,965 'validate' => [966 'type' => 'bool'967 ]968 ],969 'session.httponly' => [970 'type' => 'toggle',971 'label' => 'PLUGIN_ADMIN.SESSION_HTTPONLY',972 'help' => 'PLUGIN_ADMIN.SESSION_HTTPONLY_HELP',973 'highlight' => 1,974 'options' => [975 1 => 'PLUGIN_ADMIN.YES',976 0 => 'PLUGIN_ADMIN.NO'977 ],978 'default' => true,979 'validate' => [980 'type' => 'bool'981 ]982 ]983 ]984 ],985 'advanced' => [986 'type' => 'section',987 'title' => 'PLUGIN_ADMIN.ADVANCED',988 'underline' => true,989 'fields' => [990 'proxy_url' => [991 'type' => 'text',992 'size' => 'medium',993 'placeholder' => 'e.g. 127.0.0.1:3128',994 'label' => 'PLUGIN_ADMIN.PROXY_URL',995 'help' => 'PLUGIN_ADMIN.PROXY_URL_HELP'996 ],997 'reverse_proxy_setup' => [998 'type' => 'toggle',999 'label' => 'PLUGIN_ADMIN.REVERSE_PROXY',1000 'highlight' => 0,1001 'help' => 'PLUGIN_ADMIN.REVERSE_PROXY_HELP',1002 'options' => [1003 1 => 'PLUGIN_ADMIN.YES',1004 0 => 'PLUGIN_ADMIN.NO'1005 ],1006 'validate' => [1007 'type' => 'bool'1008 ]1009 ],1010 'wrapped_site' => [1011 'type' => 'toggle',1012 'label' => 'PLUGIN_ADMIN.WRAPPED_SITE',1013 'highlight' => 0,1014 'help' => 'PLUGIN_ADMIN.WRAPPED_SITE_HELP',1015 'options' => [1016 1 => 'PLUGIN_ADMIN.YES',1017 0 => 'PLUGIN_ADMIN.NO'1018 ],1019 'validate' => [1020 'type' => 'bool'1021 ]1022 ],1023 'absolute_urls' => [1024 'type' => 'toggle',1025 'label' => 'PLUGIN_ADMIN.ABSOLUTE_URLS',1026 'highlight' => 0,1027 'help' => 'PLUGIN_ADMIN.ABSOLUTE_URLS_HELP',1028 'options' => [1029 1 => 'PLUGIN_ADMIN.YES',1030 0 => 'PLUGIN_ADMIN.NO'1031 ],1032 'validate' => [1033 'type' => 'bool'1034 ]1035 ],1036 'param_sep' => [1037 'type' => 'select',1038 'size' => 'medium',1039 'label' => 'PLUGIN_ADMIN.PARAMETER_SEPARATOR',1040 'classes' => 'fancy',1041 'help' => 'PLUGIN_ADMIN.PARAMETER_SEPARATOR_HELP',1042 'default' => '',1043 'options' => [1044 ':' => ': (default)',1045 ';' => '; (for Apache running on Windows)'1046 ]1047 ]1048 ]1049 ]1050 ]1051 ]1052 ]1053];...

Full Screen

Full Screen

help

Using AI Code Generation

copy

Full Screen

1require_once('pts-core.php');2$pts = new pts_core();3$pts->set_test_suite('pts/pts-1.5.0');4$pts->set_test_profile('pts/test-profiles/pts/test-profiles-1.5.0');5$pts->set_test_profile('pts/test-profiles/pts/test-profiles-1.5.0');6$pts->set_test_profile('pts/test-profiles/pts/test-profiles-1.5.0');7$pts->set_test_profile('pts/test-profiles/pts/test-profiles-1.5.0');8$pts->set_test_profile('pts/test-profiles/pts/test-profiles-1.5.0');9$pts->set_test_profile('pts/test-profiles/pts/test-profiles-1.5.0');10$pts->set_test_profile('pts/test-profiles/pts/test-profiles-1.5.0');11$pts->set_test_profile('pts/test-profiles/pts/test-profiles-1.5.0');

Full Screen

Full Screen

help

Using AI Code Generation

copy

Full Screen

1require_once('pts-core/phoronix-test-suite.php');2$help = new pts_help();3$help->add_help('2.php', 'test', 'test help');4$help->add_help('2.php', 'test', 'test help 2');5require_once('pts-core/phoronix-test-suite.php');6$help = new pts_help();7$help->add_help('2.php', 'test', 'test help');8$help->add_help('2.php', 'test', 'test help 2');9require_once('pts-core/phoronix-test-suite.php');10$help = new pts_help();11$help->add_help('2.php', 'test', 'test help');12$help->add_help('2.php', 'test', 'test help 2');

Full Screen

Full Screen

Automation Testing Tutorials

Learn to execute automation testing from scratch with LambdaTest Learning Hub. Right from setting up the prerequisites to run your first automation test, to following best practices and diving deeper into advanced test scenarios. LambdaTest Learning Hubs compile a list of step-by-step guides to help you be proficient with different test automation frameworks i.e. Selenium, Cypress, TestNG etc.

LambdaTest Learning Hubs:

YouTube

You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.

Run Phoronix-test-suite automation tests on LambdaTest cloud grid

Perform automation testing on 3000+ real desktop and mobile devices online.

Most used methods in help

Run Selenium Automation Tests on LambdaTest Cloud Grid

Trigger Selenium automation tests on a cloud-based Grid of 3000+ real browsers and operating systems.

Test now for Free

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful