Skip to content

how i change notyf default position #140

Answered by yoeunes
VishiPremWorkz asked this question in Q&A
Discussion options

You must be logged in to vote

I'm sorry for the confusion on this, here is the content of the config/flasher_notyf.php

return [
    'scripts' => [
        'cdn' => [
            'https://cdn.jsdelivr.net/npm/@flasher/[email protected]/dist/flasher-notyf.min.js',
        ],
        'local' => [
            '/vendor/flasher/flasher-notyf.min.js',
        ],
    ],
    'options' => [
        'position' => [
            'x' => 'right',
            'y' => 'top',
        ],
   ],
];

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@VishiPremWorkz
Comment options

Comment options

You must be logged in to vote
1 reply
@VishiPremWorkz
Comment options

Answer selected by VishiPremWorkz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants