Closed (fixed)
Project:
Bean (for Drupal 7)
Version:
7.x-1.0-rc4
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 May 2012 at 18:53 UTC
Updated:
9 Jun 2012 at 19:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
lilbebel commentedI also wanted to add that I tried activating it through the context module but, once again, the bean block doesn't show up anywhere in order for it to be selected.
Comment #2
indytechcook commentedThe block type just adds the bundle not the actually block. You have to go to block/add to add an instance of a block type.
Comment #3
lilbebel commentedAhh, I see. Thank you.
Comment #4
lilbebel commentedHello,
So I followed the instructions given on how to make a Bean:
"Once a block type has been defined, one can make a bean (block entity) through the admin UI
Visit: /admin/content/blocks then click "+ Add Block"
Choose the type of block that you would like to create and use the form to create a new bean.
Block placement and configuration can be handled through the Blocks system or contribs that deal with block placement (ie: context, display suite et al)."
However, I can't any option is to choose a block type. I seem to only be able to create a normal block. I've attached screenshots of my admin interface to illustrate. Sorry if I'm being thick and just not seeing the obvious.
M
Comment #5
indytechcook commentedThis is incorrect instructions. There is a Add Block link on the navigation menu or you can create a link to /block/add.
https://skitch.com/e-indytechcook/8hnbp/welcome-to-drupal-drupal
Comment #6
lilbebel commentedGot it. Thank you.