sjaakp / yii2-pluto

User management extension for Yii2
https://demo.sjaakpriester.nl/
MIT License
8 stars 12 forks source link

custom layout #7

Closed paskuale75 closed 5 years ago

paskuale75 commented 5 years ago

How can define my custom layout in module section ?

Thanks

sjaakp commented 5 years ago

See the ‘Override view-files’ section in the documentation. Also, you may set the ‘layout’ property of the Pluto module ( https://www.yiiframework.com/doc/api/2.0/yii-base-module#$layout-detail https://www.yiiframework.com/doc/api/2.0/yii-base-module#$layout-detail). Doesn’t that answer your question? If not, please clarify.


Sjaak Priester

sjaak@sjaakpriester.nl mailto:sjaak@sjaakpriester.nl

Van: pasquale notifications@github.com Verzonden: zondag 13 oktober 2019 12:17 Aan: sjaakp/yii2-pluto yii2-pluto@noreply.github.com CC: Subscribed subscribed@noreply.github.com Onderwerp: [sjaakp/yii2-pluto] custom layout (#7)

How can define my custom layout in module section ?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sjaakp/yii2-pluto/issues/7?email_source=notifications&email_token=ABKTXVSPAF7J362QIASBKOLQOLYQFA5CNFSM4JAGKWKKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HRNSFXA , or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKTXVSD6M25264H7CMA44LQOLYQFANCNFSM4JAGKWKA . https://github.com/notifications/beacon/ABKTXVQHAGZQUA64EHIUMPDQOLYQFA5CNFSM4JAGKWKKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HRNSFXA.gif

paskuale75 commented 5 years ago

Thanks