Hello, is there any module where I could see how to replace ctools plugins in the module, in particular, I'm interested in hook_ctools_plugin_directory (), hook_context_plugins () and hook_ctools_plugin_api ()
Unfortunately, I did not find any useful information on this link, I am interested in the module that was converted from Drupal 7 and in which ctools was used earlier
In D7, there was a complete list of all tokens in the Help menu, but in Backdrop, hook_help() (and by extension, the Help menu) was removed.
I wrote a small module, Token Help, that provides that...
I'll check it out...
but here's the problem: Backdrop has made module installation so easy, and I've become so lazy... that I now have no idea how to get from the link you provided to an installed...
Thank you all for continuing to help with this!
As for the question of how I happened to be working with a feature that appeared not to officially exist (views field) in Backdrop at the time... That'...
It is also available (I'm 90% sure) in the tokens for the content type's display settings, so you could also potentially update the default "Author/date format" from this:
[node:created:medium] by [...
Comments
Does this help at all? (It's a wiki so feel free to edit to help clarify for others):
Unfortunately, I did not find any useful information on this link, I am interested in the module that was converted from Drupal 7 and in which ctools was used earlier
See if this is useful:
Feeds Tamper also had some of this conversion, but it looks like it's in a number of commits:
Yes, this is what need, thanks I will understand