fuel cms page information issue with Location fild

edited January 2016 in Feature Requests
I am working with fuel cms 1.3.1 got an issue while creating page it have an mandatory field on Page Information section : "Location" its a drop down

and i did not get the logic . do i have to create separate view file for each cms page i have to created for their location


and if i select an custom layout other than main layout it hides the cms section at admin panel . what wrong i am doing or what step are missing can one figure it out ??? help me out this issue

Comments

  • edited January 2016
    Change the fuel_mode property to 'auto' in fuel/application/config/MY_fuel.php:
    $CI->fuel->config('fuel_mode') == 'auto';
    This will change it to a text field for you to enter in the location you want.
  • edited January 2016
    thanks it worked
Sign In or Register to comment.