Skip to content

Bootstrap Navbar block doesn't show up on admin/structure/block #10

Description

@cyrodiil

I tried to solve this problem myself and found it:
In BootstrapBlocks_navbar_block_info() you need to delete the line 'status' => 1 for $blocks['navbar'] (on line 9).

It should look like this:

$blocks['navbar'] = array(
'info' => t('Bootstrap Navbar'),
);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions