Problem in Bonita default layout and bootstrap default theme

1
0
-1

Hello community, I just started in Bonita Studio. I've instantiated a project on Bonita Studio but I can't modify the default layout and bootstrap default theme.

I need your help!

Thank you in advance

1 answer

1
0
-1

Hi, you can change the theme and the layout in the application descriptor.

The application descriptor is a xml descriptor that looks like this:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<applications xmlns="http://documentation.bonitasoft.com/application-xml-schema/1.0">
    <application token="myApp" version="1.0" profile="User" state="ACTIVATED" layout="custompage_layoutBonita" theme="custompage_bootstrapdefaulttheme">
        <displayName>My App</displayName>
        <applicationPages/>
        <applicationMenus/>
    </application>
</applications>

You can change the theme and layout from there. In the next major update of Bonita Studio an editor will be available to edit this descriptor without the hassle of manipulating xml directly. You can try the beta version if you want to give us feedback !

HTH
Romain

Notifications