We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, adding blocks to the layout is done manually, but you can create or add blocks to a layout programmatically.
The core System module does this in system_update_1025().
system_update_1025()
The text was updated successfully, but these errors were encountered:
This issue should be done in a separate module as this is intended to be a contrib module agnostic to any specific layouts that would be used.
Sorry, something went wrong.
No branches or pull requests
Right now, adding blocks to the layout is done manually, but you can create or add blocks to a layout programmatically.
The core System module does this in
system_update_1025()
.The text was updated successfully, but these errors were encountered: