Howto register App with Bootstrap4

"Oswall Verny Arguedas C." <[email protected]> Sun, 24 Nov 2019 09:20:43 -0600
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <CABTWuHdrkfK5fLFR3k_Be00X7B-uK18ox=BHf31NY_sQQQjczw@mail.gmail.com>
Cheers,
Howto I register an application in Bootstrap4?
I'm having trouble registering it.
For example, if I use Bootstrap3 the registry like this:

app := WAAdmin register: ProductView1 asApplicationAt: 'productview1'.
app
    addLibrary: JQDevelopmentLibrary;
    addLibrary: TBSSelectDeploymentLibrary;
    addLibrary: TBSDevelopmentLibrary.

What would be the best way to do it for Bootstrap4.
Which libraries should you add to register a Seaside component as an
application in Bootstrap4.

Thanks in advance,

Oswall

_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside