-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"PageProperties" #1638
Comments
run the import command |
@nadar of course i make the import after any changes in the code, but properties still not visible |
|
i did not see the screenshot :-) sorry Yes, there are some updates and api breaks due to very close 1.0.0 release, #1505 In your case change enableCompression to contentCompression in your config, run migrate, and import again. |
Currently, there is no such feature, you could use the global config params (http://www.yiiframework.com/doc-2.0/guide-structure-applications.html#params) method in your config file, or the use config model (https://luya.io/api/luya-admin-models-Config which implements registry trait) so you could do like |
Got it! Thanx for you time and help! I wish a success to your great project! |
Inspired by your input, i am going to add this feature. Thank you, i hope you can build your website with it, and report all bugs and future ideas ;-) |
Of course, I will help to search for bugs while developing my current project on LUYA. |
Hi @coderovich the ability to store configuration values in the admin ui is now available on dev-master. And you can retrieve them by Config::get('youridentifier'); |
oh, cool. thx! i'll test it ))) |
Hello!
I can't understand how to set the PageProperties
What steps will reproduce the problem?
I made a file as mentioned in docs:
then import via composer...
What do you get instead? (A Screenshot can help us a lot!)
But when i click on 3-dots button
no properties are shown
Additional infos
The text was updated successfully, but these errors were encountered: