No as I mentioned before you can't have to do this anymore as it's now handled by vuejs.
-
RE: Page Module - Custom Fields, Not working
-
RE: Page Module - Custom Fields, Not working
Then you must have missed something with vue, because that's indeed the way to do it.
Some pointers:
- There's no need to compile the adminlte theme
- no need to publish the page module
-
RE: Page Module - Custom Fields, Not working
Hello,
Indeed custom fields are not supported anymore in version 3. This is because v3 uses vuejs.
In order to add custom fields, you need to remove the page module from composer, but leaving it in git, so that you can freely customise it.
-
RE: [SOLVED] Question about theme creation on forlder name
Did you check the contents of the
theme.json
? -
RE: Problem trying to use asgard installer
Hello,
please try with
php artisan asgard:download:module asgardcms/blog
-
RE: Icons showing as squre
This was finally fixed in version 3.5.2 https://github.com/AsgardCms/Platform/releases/tag/3.5.2
-
RE: Indexing slug in database
That could indeed be a good idea. Feel free to send a pull requests that creates a migration with that new index.
-
RE: Fetch current selected locale in a config file
For reference:
This was answered here: https://github.com/AsgardCms/Platform/issues/484