forked from formio/formio.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing semantic and bootstrap3 templates.
- Loading branch information
Showing
2 changed files
with
1,848 additions
and
2,101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
import bootstrap from './bootstrap'; | ||
import bootstrap5 from './bootstrap5'; | ||
|
||
// Deprecated. Semantic and bootstrap3 will be removed in 5.x. | ||
// Use external modules instead. | ||
import bootstrap3 from '@formio/bootstrap3'; | ||
import semantic from '@formio/semantic'; | ||
export default { | ||
bootstrap, | ||
bootstrap3: bootstrap3.templates.bootstrap3, | ||
bootstrap5, | ||
semantic: semantic.templates.semantic, | ||
bootstrap5 | ||
}; |
Oops, something went wrong.