Skip to content

Commit c2016f6

Browse files
committed
PKP Sciflow TEST : initial intehration of editor via component demo
1 parent caaba5f commit c2016f6

File tree

7 files changed

+444
-0
lines changed

7 files changed

+444
-0
lines changed

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@sciflow:registry=https://gitlab.com/api/v4/projects/67023583/packages/npm/
2+
//gitlab.com/api/v4/projects/67023583/packages/npm/:_authToken="${NPM_TOKEN}"

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@headlessui/vue": "^1.7.23",
1717
"@highlightjs/vue-plugin": "^2.1.2",
1818
"@lk77/vue3-color": "^3.0.6",
19+
"@sciflow/component-demo": "^0.0.1-1668088552",
1920
"@storybook/test": "^8.6.4",
2021
"@tinymce/tinymce-vue": "^6.1.0",
2122
"@vue-a11y/announcer": "^3.1.5",

src/pages/workflow/WorkflowPageOJS.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import WorkflowListingEmails from './components/primary/WorkflowListingEmails.vu
2323
import WorkflowPaymentDropdown from './components/header/WorkflowPaymentDropdown.vue';
2424
import WorkflowPublicationForm from './components/publication/WorkflowPublicationForm.vue';
2525
import WorkflowPublicationJats from './components/publication/WorkflowPublicationJats.vue';
26+
import WorkflowPublicationEditor from './components/publication/WorkflowPublicationEditor.vue';
2627
import WorkflowPublicationVersionControl from './components/publication/WorkflowPublicationVersionControl.vue';
2728
import WorkflowChangeSubmissionLanguage from './components/publication/WorkflowChangeSubmissionLanguage.vue';
2829
import WorkflowPrimaryBasicMetadata from './components/primary/WorkflowPrimaryBasicMetadata.vue';
@@ -54,6 +55,7 @@ const Components = markRaw({
5455
WorkflowPrimaryBasicMetadata,
5556
WorkflowPublicationForm,
5657
WorkflowPublicationJats,
58+
WorkflowPublicationEditor,
5759
WorkflowPublicationVersionControl,
5860
WorkflowChangeSubmissionLanguage,
5961
WorkflowSubmissionStatus,

0 commit comments

Comments
 (0)