grav icon indicating copy to clipboard operation
grav copied to clipboard

[add-resource] New Plugin Admin Blocks

Open falk-m opened this issue 9 months ago • 6 comments

I would like to add my new plugin to the Grav Repository. Here are the project details: https://github.com/falk-m/grav-plugin-admin-blocks

This plugin let you manage our page content in modular blocks. Its simular to content managament in other CMS systems like Kirby or Redaxo.

Thank you:-)

falk-m avatar Mar 20 '25 11:03 falk-m

looks interesting! I'm curious to try this out myself. This is something that we actually planned on implementing in some form to bridge the gap between 100% custom blueprints with sections of stuff stored in frontmatter, and the page-based modular model. it sounds like it comprimises by providing the blocks as sections but with the ability to have custom twig for those blocks.

rhukster avatar Mar 20 '25 19:03 rhukster

added to GPM btw

rhukster avatar Mar 20 '25 19:03 rhukster

Actually left this open for further discussion

rhukster avatar Mar 20 '25 19:03 rhukster

So your plugin is not available in GPM because you have not created a release. Please make sure you have followed all the steps here: https://learn.getgrav.org/17/advanced/grav-development#theme-plugin-release-process

As soon as a proper release has been created, GPM can pick it up. It runs once an hour.

rhukster avatar Mar 22 '25 01:03 rhukster

Hi @rhukster,

I have a mistake in the plugin nameing.

The repository Name is grav-plugin-admin-blocks, but the directory name should be 'admin-addon-blocks'.

Should I rename the git-repository to 'grav-plugin-admin-addon-blocks' or should I rename the plugin files to 'admin-blocks.php',... instead of 'admin-addon-blocks.php'?

What is a better name, 'admin-blocks' or 'admin-addon-blocks' to mark its a admin plugin extension?

falk-m avatar Mar 23 '25 18:03 falk-m

i think aadmin-blocks is better, so just rename any classnames, filenames, readme references, etc to admin-blocks

Also will just work when GPM picks it up next time. You will need to do a new release though.. it only picks up changes on release.

rhukster avatar Mar 23 '25 18:03 rhukster