In your PBP 3.0 directory open the directory "DEVICE_REFERENCE" and find the PIC18F26K22.INFO file, open with notepad.

Here you will find an example for setting the configs.
Code:
#CONFIG
    CONFIG  OSC = HS
    CONFIG  WDTE = ON
 #ENDCONFIG
Then you will see a list of all the possible config options.