First commit for submitting Links anywhere plugin

This is to help on this topic https://forum.bludit.org/viewtopic.php?t=2978
This commit is contained in:
Julie Boissière-Vasseur 2025-04-27 12:31:32 +02:00
parent ac337f4beb
commit b8ded5e1df
2 changed files with 34 additions and 0 deletions

16
authors/jboisseur.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "jboisseur",
"email": "contact@jboisseur.xyz",
"website": "https://jboisseur.xyz",
"twitter": "",
"facebook": "",
"github": "https://github.com/jboisseur",
"gitlab": "",
"youtube": "",
"reddit": "",
"pinterest": "",
"flickr": "",
"vk": "",
"mastodon": "https://peculiar.florist/@jboisseur",
"linkedin": "https://www.linkedin.com/in/julie-boissi%C3%A8re-vasseur-1618011a/"
}

View File

@ -0,0 +1,18 @@
{
"name": "Links anywhere",
"version": "1.0",
"author_username": "jboisseur",
"release_date": "2025-04-27",
"license": "MIT license",
"price_usd": "0",
"download_url": "https://github.com/jboisseur/bludit-plugins/raw/refs/heads/master/links-anywhere.zip",
"demo_url": "",
"information_url": "https://github.com/jboisseur/bludit-plugins/blob/master/links-anywhere/README.md",
"credits": "Bludit",
"credits_url": "https://github.com/bludit/bludit/tree/v3.0/bl-plugins/links",
"description": "Based on the default Links plugin. Allows you to add links set in the admin area anywhere in your theme.",
"features": {
"0": "Add links in the admin area",
"1": "Display them in your theme via a custom hook"
}
}