1.6.7 • Published 3 years ago

@webbio/wordpressinterceptor v1.6.7

Weekly downloads
69
License
ISC
Repository
github
Last release
3 years ago

Wordpress Interceptor

This package has been created to connect a Wordpress enviroment to a Viper application.

Usage

You need to import the 4 modules and initialize it in the app.module:

  • DatabaseModule
  • MenuModule
  • PostModule
  • SiteMapModule
@Module({
     imports: [
       DatabaseModule.register(),
       MenuModule.register(platformConfig),
       PostModule.register(platformConfig),
       SiteMapModule.register(),
     ],
  providers: [],
  controllers: [HealthCheckController],
})

The menu and post module requires some configuration. This configuration must be a json object that is build as follows:

[
    {
        "id": 1,
        "wp": "",
        "fe": "",
        "menu": {
            "header": 1,
            "side": 1,
            "footerColumnOne": 1,
            "footerColumnTwo": 1
        },
        "replace": [
          "",
          ""
        ]
    }
]
1.6.7

3 years ago

1.6.6

3 years ago

1.6.5

3 years ago

1.6.4

3 years ago

1.6.3

3 years ago

1.6.2

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

0.1.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago