File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " flotiq-plugin-unejected " ,
3- "version" : " 0.1 .0" ,
2+ "name" : " flotiq-plugin-kanban-view " ,
3+ "version" : " 1.0 .0" ,
44 "private" : true ,
55 "dependencies" : {
66 "@dnd-kit/core" : " ^6.1.0" ,
Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ import { parsePluginSettings } from './kanban-board/helpers';
44import { handlePluginFormConfig } from './field-config/plugin-form' ;
55import { handleManagePlugin } from './manage' ;
66import { handleBoardPlugin } from './kanban-board' ;
7-
8- import cssString from './styles/style.css' ;
97import i18n from 'i18next' ;
108
9+ /* eslint import/no-webpack-loader-syntax: off */
10+ import cssString from '!!raw-loader!./styles/style.css' ;
11+
1112const loadStyles = ( ) => {
1213 if ( ! document . getElementById ( `${ pluginInfo . id } -styles` ) ) {
1314 const style = document . createElement ( 'style' ) ;
Original file line number Diff line number Diff line change 22 "id" : " flotiq.kanban-view" ,
33 "name" : " Kanban view" ,
44 "description" : " This plugin will change Content Objects grid into kanban board for selected Content Definition. " ,
5- "version" : " 1.0.0 " ,
5+ "version" : " 1.0.1 " ,
66 "repository" : " https://github.com/flotiq/flotiq-ui-react-plugin-kanban-board" ,
77 "url" : " https://localhost:3050/static/js/bundle.js" ,
88 "permissions" : [
You can’t perform that action at this time.
0 commit comments