Weird layout problem

edited August 2014 in Modules
On my page module, the layout dropdown is blank now showing





None


I think the text between options are not populated in, maybe due to javascript problem, where can i fix it.

Comments

  • edited 12:35AM
    A few questions:

    1. What are you using to fill in the "options" parameter for your form field?
    2. Do you see any javascript errors in the console?
    3. What field type are you using?
  • edited 12:35AM
    This field is on default page module, i changed nothing, except setting some layout not displayed. If see the source code can see the field actually populated but missing text betweeen label
  • edited 12:35AM
    So in the MY_fuel_layouts.php, what changes did you make to it?
  • edited August 2014
    $config['hidden']=array('alias','301_redirect','404_error','_module','robots_txt','sitemap_xml');

    you are not able to reproduce the error?
  • edited 12:35AM
    I'm not able to recreate this issue unfortunately. Does this happen to you with a fresh install?
  • edited 12:35AM
    solved because i forgot to set label to the layout object. Thanks for help
Sign In or Register to comment.