-
Notifications
You must be signed in to change notification settings - Fork 181
Description
Is it my imagination, or is a pre-built layout identifier not available anywhere within the plugin?
For example, if I have a pre-built layout "foo" users can put into their page, there is not a single place the plugin ever references that identifier, once the user has selected it in the admin editor? It's not saved in the page postmeta, it's not incorporated into the panel id, it's not added as an attribute, it's literally completely lost and forgotten?
I feel like I'm missing something, this seems like a crucial thing for any serious use of layouts which aren't just about making a bg blue or some-such. For example, if a user chooses "foo", I want to automatically populate a column with an extra widget on render. Cannot be done, it seems.
This seems like such a simple key piece of info to have available.