Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Apr 26, 2024
1 parent 9483270 commit 6d133dd
Showing 1 changed file with 24 additions and 16 deletions.
40 changes: 24 additions & 16 deletions CoCreate.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ module.exports = {
},
"file": {
"import": "@cocreate/file",
"selector": "[type=\"file\"], [actions*=\"upload\"], [actions*=\"download\"], [actions*=\"saveLocally\"], [actions*=\"import\"], [actions*=\"export\"], [actions*=\"createFile\"], [actions*=\"deleteFile\"], [actions*=\"createDirectory\"], [actions*=\"deleteDirectory\"]"
"selector": "[type='file'], [actions*='upload'], [actions*='download'], [actions*='saveLocally'], [actions*='import'], [actions*='export'], [actions*='createFile'], [actions*='deleteFile'], [actions*='createDirectory'], [actions*='deleteDirectory']"
},
"api": {
"import": "@cocreate/api",
Expand Down Expand Up @@ -160,31 +160,31 @@ module.exports = {
},
"clone": {
"import": "@cocreate/clone",
"selector": "[actions*=\"clone\"]"
"selector": "[actions*='clone']"
},
"remove": {
"import": "@cocreate/remove",
"selector": "[actions*=\"remove\"]"
"selector": "[actions*='remove']"
},
"attributes": {
"import": "@cocreate/attributes",
"selector": "[attribute]"
},
"users": {
"import": "@cocreate/users",
"selector": "[session], [actions*=\"#\"], [actions*=\"signIn\"], [actions*=\"signOut\"], [user-status]"
"selector": "[session], [actions*='#'], [actions*='signIn'], [actions*='signOut'], [user-status]"
},
"unique": {
"import": "@cocreate/unique",
"selector": "[unique]"
},
"organizations": {
"import": "@cocreate/organizations",
"selector": "[actions*=\"createOrganization\"]"
"selector": "[actions*='createOrganization']"
},
"industry": {
"import": "@cocreate/industry",
"selector": "[actions*=\"createIndustry\"], [actions*=\"runIndustry\"], [actions*=\"deleteIndustry\"], [actions*=\"deleteIndustries\"]"
"selector": "[actions*='createIndustry'], [actions*='runIndustry'], [actions*='deleteIndustry'], [actions*='deleteIndustries']"
},
"uuid": {
"import": "@cocreate/uuid",
Expand All @@ -200,7 +200,7 @@ module.exports = {
},
"validation": {
"import": "@cocreate/validation",
"selector": "[actions*=\"validate\"], required, unique"
"selector": "[actions*='validate'], required, unique"
},
"calculate": {
"import": "@cocreate/calculate",
Expand All @@ -220,11 +220,11 @@ module.exports = {
},
"rich-text": {
"import": "@cocreate/rich-text",
"selector": "[actions*=\"nodeName\"], [actions*=\"cloneElement\"], [actions*=\"deleteElement\"]"
"selector": "[actions*='nodeName'], [actions*='cloneElement'], [actions*='deleteElement']"
},
"codearea": {
"import": "@cocreate/codearea",
"selector": "[type=\"code\"]"
"selector": "[type='code']"
},
"floatingLabel": {
"import": "@cocreate/floating-label",
Expand All @@ -236,7 +236,7 @@ module.exports = {
},
"modal": {
"import": "@cocreate/modal",
"selector": "[actions*=\"Modal\"]"
"selector": "[actions*='Modal']"
},
"parallax": {
"import": "@cocreate/parallax",
Expand Down Expand Up @@ -268,11 +268,15 @@ module.exports = {
},
"notification": {
"import": "@cocreate/notification",
"selector": "[actions*=\"notification\"]"
"selector": "[actions*='notification']"
},
"ffmpeg": {
"import": "@cocreate/ffmpeg",
"selector": "[processor='ffmpeg']"
},
"openai": {
"import": "@cocreate/openai",
"selector": "[openai], [actions*=\"openAi\"]"
"selector": "[openai], [actions*='openAi']"
},
"pickr": {
"import": "@cocreate/pickr",
Expand Down Expand Up @@ -580,14 +584,18 @@ module.exports = {
"path": "../CoCreate-plugins/CoCreate-domain",
"repo": "github.com/CoCreate-app/CoCreate-domain.git"
},
{
"path": "../CoCreate-plugins/CoCreate-fullcalendar",
"repo": "github.com/CoCreate-app/CoCreate-fullcalendar.git"
},
{
"path": "../CoCreate-plugins/CoCreate-facebook",
"repo": "github.com/CoCreate-app/CoCreate-facebook.git"
},
{
"path": "../CoCreate-plugins/CoCreate-ffmpeg",
"repo": "github.com/CoCreate-app/CoCreate-ffmpeg.git"
},
{
"path": "../CoCreate-plugins/CoCreate-fullcalendar",
"repo": "github.com/CoCreate-app/CoCreate-fullcalendar.git"
},
{
"path": "../CoCreate-plugins/CoCreate-google-maps",
"repo": "github.com/CoCreate-app/CoCreate-google-maps.git"
Expand Down

0 comments on commit 6d133dd

Please # to comment.