wp-pwa / ads-form

Small app to configure ads of the Saturn theme of » Frontity
https://frontity.com
1 stars 1 forks source link

[200] Placement "before content" in ads-form is not working correctly #57

Open SantosGuillamot opened 5 years ago

SantosGuillamot commented 5 years ago

If we define a placement of "before content" for a post or a page, the result at the database is different, it stores "before post 1" and type "latest" is added.

Ads-form Screen Shot 2018-11-06 at 12.05.23.png

Database

"position": "before post 1",
            "rules": {
                "item": [
                    {
                        "type": "latest"
                    },
                    {
                        "type": "post"
                    },
                    {
                        "type": "page"
                    }
                ]
DAreRodz commented 5 years ago

I'm going to block this issue until we decide if we're going to start with the dashboard development.