You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new cms admin module property to define blocks to import.
Example usage with differnt types of informations.
'cmsadmin' => [
'class' => 'luya\cms\admin\Module',
'blocks' => [
'@app/extras/blocks', // a folder which contains blocks.'@app/somewhere/MyBlock.php', // a path to a specific block.
]
]
The text was updated successfully, but these errors were encountered:
Add new cms admin module property to define blocks to import.
Example usage with differnt types of informations.
The text was updated successfully, but these errors were encountered: