123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817 |
- <?php
- return [
- '@class' => 'Grav\\Common\\Config\\CompiledConfig',
- 'timestamp' => 1546856055,
- 'checksum' => 'b1d163debc8da09311f995709625c1d0',
- 'files' => [
- 'user/config' => [
- 'media' => [
- 'file' => 'user/config/media.yaml',
- 'modified' => 1533133695
- ],
- 'plugins/taxonomylist' => [
- 'file' => 'user/config/plugins/taxonomylist.yaml',
- 'modified' => 1533212898
- ],
- 'security' => [
- 'file' => 'user/config/security.yaml',
- 'modified' => 1533133695
- ],
- 'site' => [
- 'file' => 'user/config/site.yaml',
- 'modified' => 1533134345
- ],
- 'streams' => [
- 'file' => 'user/config/streams.yaml',
- 'modified' => 1533133695
- ],
- 'system' => [
- 'file' => 'user/config/system.yaml',
- 'modified' => 1546856055
- ]
- ],
- 'system/config' => [
- 'media' => [
- 'file' => 'system/config/media.yaml',
- 'modified' => 1546440919
- ],
- 'security' => [
- 'file' => 'system/config/security.yaml',
- 'modified' => 1546440919
- ],
- 'site' => [
- 'file' => 'system/config/site.yaml',
- 'modified' => 1546440919
- ],
- 'streams' => [
- 'file' => 'system/config/streams.yaml',
- 'modified' => 1546440919
- ],
- 'system' => [
- 'file' => 'system/config/system.yaml',
- 'modified' => 1546440919
- ]
- ],
- 'user/plugins' => [
- 'plugins/admin' => [
- 'file' => 'user/plugins/admin/admin.yaml',
- 'modified' => 1546440944
- ],
- 'plugins/markdown-notices' => [
- 'file' => 'user/plugins/markdown-notices/markdown-notices.yaml',
- 'modified' => 1533014916
- ],
- 'plugins/form' => [
- 'file' => 'user/plugins/form/form.yaml',
- 'modified' => 1546440946
- ],
- 'plugins/login' => [
- 'file' => 'user/plugins/login/login.yaml',
- 'modified' => 1546440940
- ],
- 'plugins/error' => [
- 'file' => 'user/plugins/error/error.yaml',
- 'modified' => 1533014916
- ],
- 'plugins/email' => [
- 'file' => 'user/plugins/email/email.yaml',
- 'modified' => 1533014916
- ],
- 'plugins/taxonomylist' => [
- 'file' => 'user/plugins/taxonomylist/taxonomylist.yaml',
- 'modified' => 1535111345
- ],
- 'plugins/problems' => [
- 'file' => 'user/plugins/problems/problems.yaml',
- 'modified' => 1546440938
- ]
- ]
- ],
- 'data' => [
- 'plugins' => [
- 'admin' => [
- 'enabled' => true,
- 'route' => '/admin',
- 'cache_enabled' => false,
- 'theme' => 'grav',
- 'logo_text' => '',
- 'body_classes' => '',
- 'content_padding' => true,
- 'twofa_enabled' => true,
- 'sidebar' => [
- 'activate' => 'tab',
- 'hover_delay' => 100,
- 'size' => 'auto'
- ],
- 'dashboard' => [
- 'days_of_stats' => 7
- ],
- 'widgets' => [
- 'dashboard-maintenance' => true,
- 'dashboard-statistics' => true,
- 'dashboard-notifications' => true,
- 'dashboard-feed' => true,
- 'dashboard-pages' => true
- ],
- 'pages' => [
- 'show_parents' => 'both'
- ],
- 'session' => [
- 'timeout' => 1800
- ],
- 'warnings' => [
- 'delete_page' => true
- ],
- 'edit_mode' => 'normal',
- 'frontend_preview_target' => 'inline',
- 'show_github_msg' => true,
- 'pages_list_display_field' => 'title',
- 'google_fonts' => false,
- 'admin_icons' => 'line-awesome',
- 'enable_auto_updates_check' => true,
- 'notifications' => [
- 'feed' => true,
- 'dashboard' => true,
- 'plugins' => true,
- 'themes' => true
- ],
- 'popularity' => [
- 'enabled' => true,
- 'ignore' => [
- 0 => '/test*',
- 1 => '/modular'
- ],
- 'history' => [
- 'daily' => 30,
- 'monthly' => 12,
- 'visitors' => 20
- ]
- ]
- ],
- 'markdown-notices' => [
- 'enabled' => true,
- 'built_in_css' => true,
- 'level_classes' => [
- 0 => 'yellow',
- 1 => 'red',
- 2 => 'blue',
- 3 => 'green'
- ]
- ],
- 'form' => [
- 'enabled' => true,
- 'built_in_css' => true,
- 'inline_css' => true,
- 'refresh_prevention' => false,
- 'client_side_validation' => true,
- 'inline_errors' => false,
- 'files' => [
- 'multiple' => false,
- 'limit' => 10,
- 'destination' => 'self@',
- 'avoid_overwriting' => false,
- 'random_name' => false,
- 'filesize' => 0,
- 'accept' => [
- 0 => 'image/*'
- ]
- ]
- ],
- 'login' => [
- 'enabled' => true,
- 'built_in_css' => true,
- 'route' => NULL,
- 'redirect_to_login' => true,
- 'redirect_after_login' => NULL,
- 'redirect_after_logout' => '/',
- 'route_activate' => '/activate_user',
- 'route_forgot' => '/forgot_password',
- 'route_reset' => '/reset_password',
- 'route_profile' => '/user_profile',
- 'route_register' => '/user_register',
- 'route_unauthorized' => '/user_unauthorized',
- 'dynamic_page_visibility' => false,
- 'parent_acl' => false,
- 'protect_protected_page_media' => false,
- 'rememberme' => [
- 'enabled' => true,
- 'timeout' => 604800,
- 'name' => 'grav-rememberme'
- ],
- 'max_pw_resets_count' => 0,
- 'max_pw_resets_interval' => 60,
- 'max_login_count' => 0,
- 'max_login_interval' => 2,
- 'user_registration' => [
- 'enabled' => false,
- 'fields' => [
- 0 => 'username',
- 1 => 'password',
- 2 => 'email',
- 3 => 'fullname',
- 4 => 'title',
- 5 => 'level'
- ],
- 'default_values' => [
- 'level' => 'Newbie'
- ],
- 'access' => [
- 'site' => [
- 'login' => 'true'
- ]
- ],
- 'redirect_after_registration' => '',
- 'options' => [
- 'validate_password1_and_password2' => true,
- 'set_user_disabled' => false,
- 'login_after_registration' => false,
- 'send_activation_email' => false,
- 'manually_enable' => false,
- 'send_notification_email' => false,
- 'send_welcome_email' => false
- ]
- ]
- ],
- 'error' => [
- 'enabled' => true,
- 'routes' => [
- 404 => '/error'
- ]
- ],
- 'email' => [
- 'enabled' => true,
- 'from' => NULL,
- 'from_name' => NULL,
- 'to' => NULL,
- 'to_name' => NULL,
- 'mailer' => [
- 'engine' => 'sendmail',
- 'smtp' => [
- 'server' => 'localhost',
- 'port' => 25,
- 'encryption' => 'none',
- 'user' => '',
- 'password' => ''
- ],
- 'sendmail' => [
- 'bin' => '/usr/sbin/sendmail -bs'
- ]
- ],
- 'content_type' => 'text/html',
- 'debug' => false
- ],
- 'taxonomylist' => [
- 'enabled' => true,
- 'route' => '/blog'
- ],
- 'problems' => [
- 'enabled' => true,
- 'built_in_css' => true
- ]
- ],
- 'media' => [
- 'types' => [
- 'defaults' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb.png',
- 'mime' => 'application/octet-stream',
- 'image' => [
- 'filters' => [
- 'default' => [
- 0 => 'enableProgressive'
- ]
- ]
- ]
- ],
- 'jpg' => [
- 'type' => 'image',
- 'thumb' => 'media/thumb-jpg.png',
- 'mime' => 'image/jpeg'
- ],
- 'jpe' => [
- 'type' => 'image',
- 'thumb' => 'media/thumb-jpg.png',
- 'mime' => 'image/jpeg'
- ],
- 'jpeg' => [
- 'type' => 'image',
- 'thumb' => 'media/thumb-jpg.png',
- 'mime' => 'image/jpeg'
- ],
- 'png' => [
- 'type' => 'image',
- 'thumb' => 'media/thumb-png.png',
- 'mime' => 'image/png'
- ],
- 'gif' => [
- 'type' => 'animated',
- 'thumb' => 'media/thumb-gif.png',
- 'mime' => 'image/gif'
- ],
- 'svg' => [
- 'type' => 'vector',
- 'thumb' => 'media/thumb-svg.png',
- 'mime' => 'image/svg+xml'
- ],
- 'mp4' => [
- 'type' => 'video',
- 'thumb' => 'media/thumb-mp4.png',
- 'mime' => 'video/mp4'
- ],
- 'mov' => [
- 'type' => 'video',
- 'thumb' => 'media/thumb-mov.png',
- 'mime' => 'video/quicktime'
- ],
- 'm4v' => [
- 'type' => 'video',
- 'thumb' => 'media/thumb-m4v.png',
- 'mime' => 'video/x-m4v'
- ],
- 'swf' => [
- 'type' => 'video',
- 'thumb' => 'media/thumb-swf.png',
- 'mime' => 'video/x-flv'
- ],
- 'flv' => [
- 'type' => 'video',
- 'thumb' => 'media/thumb-flv.png',
- 'mime' => 'video/x-flv'
- ],
- 'webm' => [
- 'type' => 'video',
- 'thumb' => 'media/thumb-webm.png',
- 'mime' => 'video/webm'
- ],
- 'ogv' => [
- 'type' => 'video',
- 'thumb' => 'media/thumb-ogg.png',
- 'mime' => 'video/ogg'
- ],
- 'mp3' => [
- 'type' => 'audio',
- 'thumb' => 'media/thumb-mp3.png',
- 'mime' => 'audio/mp3'
- ],
- 'ogg' => [
- 'type' => 'audio',
- 'thumb' => 'media/thumb-ogg.png',
- 'mime' => 'audio/ogg'
- ],
- 'wma' => [
- 'type' => 'audio',
- 'thumb' => 'media/thumb-wma.png',
- 'mime' => 'audio/wma'
- ],
- 'm4a' => [
- 'type' => 'audio',
- 'thumb' => 'media/thumb-m4a.png',
- 'mime' => 'audio/m4a'
- ],
- 'wav' => [
- 'type' => 'audio',
- 'thumb' => 'media/thumb-wav.png',
- 'mime' => 'audio/wav'
- ],
- 'aiff' => [
- 'type' => 'audio',
- 'thumb' => 'media/thumb-aif.png',
- 'mime' => 'audio/aiff'
- ],
- 'aif' => [
- 'type' => 'audio',
- 'thumb' => 'media/thumb-aif.png',
- 'mime' => 'audio/aif'
- ],
- 'txt' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-txt.png',
- 'mime' => 'text/plain'
- ],
- 'xml' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-xml.png',
- 'mime' => 'application/xml'
- ],
- 'doc' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-doc.png',
- 'mime' => 'application/msword'
- ],
- 'docx' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-docx.png',
- 'mime' => 'application/msword'
- ],
- 'xls' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-xls.png',
- 'mime' => 'application/vnd.ms-excel'
- ],
- 'xlsx' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-xlsx.png',
- 'mime' => 'application/vnd.ms-excel'
- ],
- 'ppt' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-ppt.png',
- 'mime' => 'application/vnd.ms-powerpoint'
- ],
- 'pptx' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-pptx.png',
- 'mime' => 'application/vnd.ms-powerpoint'
- ],
- 'pps' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-pps.png',
- 'mime' => 'application/vnd.ms-powerpoint'
- ],
- 'rtf' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-rtf.png',
- 'mime' => 'application/rtf'
- ],
- 'bmp' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-bmp.png',
- 'mime' => 'image/bmp'
- ],
- 'tiff' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-tiff.png',
- 'mime' => 'image/tiff'
- ],
- 'mpeg' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-mpg.png',
- 'mime' => 'video/mpeg'
- ],
- 'mpg' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-mpg.png',
- 'mime' => 'video/mpeg'
- ],
- 'mpe' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-mpe.png',
- 'mime' => 'video/mpeg'
- ],
- 'avi' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-avi.png',
- 'mime' => 'video/msvideo'
- ],
- 'wmv' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-wmv.png',
- 'mime' => 'video/x-ms-wmv'
- ],
- 'html' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-html.png',
- 'mime' => 'text/html'
- ],
- 'htm' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-html.png',
- 'mime' => 'text/html'
- ],
- 'ics' => [
- 'type' => 'iCal',
- 'thumb' => 'media/thumb-ics.png',
- 'mime' => 'text/calendar'
- ],
- 'pdf' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-pdf.png',
- 'mime' => 'application/pdf'
- ],
- 'ai' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-ai.png',
- 'mime' => 'image/ai'
- ],
- 'psd' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-psd.png',
- 'mime' => 'image/psd'
- ],
- 'zip' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-zip.png',
- 'mime' => 'application/zip'
- ],
- '7z' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-7z.png',
- 'mime' => 'application/x-7z-compressed'
- ],
- 'gz' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-gz.png',
- 'mime' => 'application/gzip'
- ],
- 'tar' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-tar.png',
- 'mime' => 'application/x-tar'
- ],
- 'css' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-css.png',
- 'mime' => 'text/css'
- ],
- 'js' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-js.png',
- 'mime' => 'application/javascript'
- ],
- 'json' => [
- 'type' => 'file',
- 'thumb' => 'media/thumb-json.png',
- 'mime' => 'application/json'
- ]
- ]
- ],
- 'security' => [
- 'xss_whitelist' => [
- 0 => 'admin.super'
- ],
- 'xss_enabled' => [
- 'on_events' => true,
- 'invalid_protocols' => true,
- 'moz_binding' => true,
- 'html_inline_styles' => true,
- 'dangerous_tags' => true
- ],
- 'xss_dangerous_tags' => [
- 0 => 'applet',
- 1 => 'meta',
- 2 => 'xml',
- 3 => 'blink',
- 4 => 'link',
- 5 => 'style',
- 6 => 'script',
- 7 => 'embed',
- 8 => 'object',
- 9 => 'iframe',
- 10 => 'frame',
- 11 => 'frameset',
- 12 => 'ilayer',
- 13 => 'layer',
- 14 => 'bgsound',
- 15 => 'title',
- 16 => 'base'
- ],
- 'uploads_dangerous_extensions' => [
- 0 => 'php',
- 1 => 'html',
- 2 => 'htm',
- 3 => 'js',
- 4 => 'exe'
- ],
- 'salt' => 'nYsAV6yboIDM12'
- ],
- 'site' => [
- 'title' => 'HeHe',
- 'default_lang' => 'en',
- 'author' => [
- 'name' => 'Joe Bloggs',
- 'email' => 'joe@example.com'
- ],
- 'taxonomies' => [
- 0 => 'category',
- 1 => 'tag'
- ],
- 'metadata' => [
- 'description' => 'Grav is an easy to use, yet powerful, open source flat-file CMS'
- ],
- 'summary' => [
- 'enabled' => true,
- 'format' => 'short',
- 'size' => 300,
- 'delimiter' => '==='
- ],
- 'redirects' => NULL,
- 'routes' => NULL,
- 'blog' => [
- 'route' => '/blog'
- ]
- ],
- 'streams' => [
- 'schemes' => [
- 'image' => [
- 'type' => 'ReadOnlyStream',
- 'paths' => [
- 0 => 'user://images',
- 1 => 'system://images'
- ]
- ],
- 'page' => [
- 'type' => 'ReadOnlyStream',
- 'paths' => [
- 0 => 'user://pages'
- ]
- ],
- 'account' => [
- 'type' => 'ReadOnlyStream',
- 'paths' => [
- 0 => 'user://accounts'
- ]
- ]
- ]
- ],
- 'system' => [
- 'absolute_urls' => false,
- 'timezone' => '',
- 'default_locale' => NULL,
- 'param_sep' => ':',
- 'wrapped_site' => false,
- 'reverse_proxy_setup' => false,
- 'force_ssl' => false,
- 'force_lowercase_urls' => true,
- 'custom_base_url' => '',
- 'username_regex' => '^[a-z0-9_-]{3,16}$',
- 'pwd_regex' => '(?=.*\\d)(?=.*[a-z])(?=.*[A-Z]).{8,}',
- 'intl_enabled' => true,
- 'languages' => [
- 'supported' => [
-
- ],
- 'include_default_lang' => true,
- 'translations' => true,
- 'translations_fallback' => true,
- 'session_store_active' => false,
- 'http_accept_language' => true,
- 'override_locale' => true
- ],
- 'home' => [
- 'alias' => '/projets',
- 'hide_in_urls' => false
- ],
- 'pages' => [
- 'theme' => 'hehe',
- 'order' => [
- 'by' => 'default',
- 'dir' => 'asc'
- ],
- 'list' => [
- 'count' => 20
- ],
- 'dateformat' => [
- 'default' => NULL,
- 'short' => 'd.m.y',
- 'long' => 'd.m.y'
- ],
- 'publish_dates' => true,
- 'process' => [
- 'markdown' => true,
- 'twig' => false
- ],
- 'twig_first' => false,
- 'never_cache_twig' => false,
- 'events' => [
- 'page' => true,
- 'twig' => true
- ],
- 'markdown' => [
- 'extra' => false,
- 'auto_line_breaks' => true,
- 'auto_url_links' => false,
- 'escape_markup' => false,
- 'special_chars' => [
- '>' => 'gt',
- '<' => 'lt'
- ]
- ],
- 'types' => [
- 0 => 'txt',
- 1 => 'xml',
- 2 => 'html',
- 3 => 'htm',
- 4 => 'json',
- 5 => 'rss',
- 6 => 'atom'
- ],
- 'append_url_extension' => '',
- 'expires' => 604800,
- 'cache_control' => NULL,
- 'last_modified' => false,
- 'etag' => false,
- 'vary_accept_encoding' => false,
- 'redirect_default_route' => false,
- 'redirect_default_code' => '302',
- 'redirect_trailing_slash' => true,
- 'ignore_files' => [
- 0 => '.DS_Store'
- ],
- 'ignore_folders' => [
- 0 => '.git',
- 1 => '.idea'
- ],
- 'ignore_hidden' => true,
- 'url_taxonomy_filters' => true,
- 'frontmatter' => [
- 'process_twig' => false,
- 'ignore_fields' => [
- 0 => 'form',
- 1 => 'forms'
- ]
- ]
- ],
- 'cache' => [
- 'enabled' => false,
- 'check' => [
- 'method' => 'file'
- ],
- 'driver' => 'auto',
- 'prefix' => 'g',
- 'clear_images_by_default' => false,
- 'cli_compatibility' => false,
- 'lifetime' => 604800,
- 'gzip' => false,
- 'allow_webserver_gzip' => false,
- 'redis' => [
- 'socket' => false
- ]
- ],
- 'twig' => [
- 'cache' => false,
- 'debug' => true,
- 'auto_reload' => true,
- 'autoescape' => false,
- 'undefined_functions' => true,
- 'undefined_filters' => true,
- 'umask_fix' => false
- ],
- 'assets' => [
- 'css_pipeline' => false,
- 'css_pipeline_include_externals' => true,
- 'css_pipeline_before_excludes' => true,
- 'css_minify' => true,
- 'css_minify_windows' => false,
- 'css_rewrite' => true,
- 'js_pipeline' => false,
- 'js_pipeline_include_externals' => true,
- 'js_pipeline_before_excludes' => true,
- 'js_minify' => true,
- 'enable_asset_timestamp' => false,
- 'collections' => [
- 'jquery' => 'system://assets/jquery/jquery-2.x.min.js'
- ]
- ],
- 'errors' => [
- 'display' => 1,
- 'log' => true
- ],
- 'debugger' => [
- 'enabled' => false,
- 'shutdown' => [
- 'close_connection' => true
- ],
- 'twig' => true
- ],
- 'images' => [
- 'default_image_quality' => 85,
- 'cache_all' => false,
- 'cache_perms' => '0755',
- 'debug' => false,
- 'auto_fix_orientation' => false
- ],
- 'media' => [
- 'enable_media_timestamp' => false,
- 'unsupported_inline_types' => [
-
- ],
- 'allowed_fallback_types' => [
-
- ],
- 'auto_metadata_exif' => false,
- 'upload_limit' => 2097152
- ],
- 'session' => [
- 'enabled' => true,
- 'initialize' => true,
- 'timeout' => 1800,
- 'name' => 'grav-site',
- 'secure' => false,
- 'httponly' => true,
- 'split' => true,
- 'path' => NULL
- ],
- 'gpm' => [
- 'releases' => 'stable',
- 'proxy_url' => NULL,
- 'method' => 'auto',
- 'verify_peer' => true,
- 'official_gpm_only' => true
- ],
- 'strict_mode' => [
- 'yaml_compat' => true,
- 'twig_compat' => true
- ]
- ]
- ]
- ];
|