-
``` json
{
"name": "bastion_host",
"length": {
"min": 1,
"max": 80
},
"regex": "^(?=.{1,80}$)[a-zA-Z0-9][a-zA-Z0-9-._]+[a-zA-Z0-9_]$",
"scope": "parent",
…
-
I am going to host resources in South America and region name is `São Paulo`.
It is inconvenient to search region by name. I propose to make search by region slug or by name (for comparability).
-
In some cases it is useful to be able to generate the slug from the same field. Let's say I have a form where I set a title and optionally the slug. If the slug is sent it's still important to process…
artrz updated
7 months ago
-
As of https://docs.github.com/en/rest/orgs?apiVersion=2022-11-28 ,
the following URL handlers in `octocrab` are missing:
* /orgs/{org}/hooks/{hook_id}
* /orgs/{org}/properties/values
* /orgs/{org}…
-
It would be really handy if Imbi could add a comment to the Jira issue identified by the slug provided when creating/updating an opslog entry, so that folks reviewing the ticket can easily find relate…
-
Using simple schema, it would be far more convenient to create slugs manually. That is, something like as follows:
```
const newSlug = FriendlySlugs.generate({
collection: Collection
});
```
-
Reference:
[http://wordpress.org/support/topic/plugin-qtranslate-slug-multiple-pages-with-same-slug-name-does-not-work?replies=4](http://wordpress.org/support/topic/plugin-qtranslate-slug-multiple-pag…
-
When using WPML to translate the CPT slug, the according language is not reflected in the permalink when inserting an archive menu entry.
-
I would love to see `/orgs/fsmk` than `/orgs/1`.
Ask for slug when a new org is registered and use that to find an org. All the links to org pages will also have to be corrected.
-
The problem is the following:
I have tags which are linked to post with custom type (in my case 'movie').
For example tag with Name
[:en]Barolo[:ru]Бароло[:]
and with Slug in English
barolo
When…