backdrop-contrib / quicktabs

Create a block of tabbed content based on existing content, views, blocks or quicktabs.
GNU General Public License v2.0
0 stars 1 forks source link

Config info #3

Open laryn opened 3 weeks ago

laryn commented 3 weeks ago

I think hook_config_info() should be extended to cover configuration like quicktabs.quicktab.name.json. I was having trouble importing configuration after creating a quicktab instance:

The configuration "quicktabs.quicktab.name" is not owned by any module. Try enabling the module that provides this configuration, then importing again.

laryn commented 3 weeks ago

I added a PR for review.