You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the PDB module provides each enabled component as a block in the system, and this works fine. However, it could lead to large numbers of blocks without a good way to organize them.
What if we had a way to organize components into "packages" (like modules), and then we only create a block per package. Then, we have a select list in that block to let you choose which component in that package to create.
The big problem I see here is that we'd need to ajax and component form items into the block config, and keep them attached. Might be more trouble than its worth.
The text was updated successfully, but these errors were encountered:
Right now, the PDB module provides each enabled component as a block in the system, and this works fine. However, it could lead to large numbers of blocks without a good way to organize them.
What if we had a way to organize components into "packages" (like modules), and then we only create a block per package. Then, we have a select list in that block to let you choose which component in that package to create.
The big problem I see here is that we'd need to ajax and component form items into the block config, and keep them attached. Might be more trouble than its worth.
The text was updated successfully, but these errors were encountered: