Skip to content

Commit c09c341

Browse files
authored
Default.meta changes for default savedsearch stanza (#3815)
* Default.meta changes for default savedsearch stanza * Update casing * Bumping for new version with associated changes * Version bump of contentctl for fixes
1 parent b5280b6 commit c09c341

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

app_template/metadata/default.meta

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ export = system
55

66
[savedsearches]
77
owner = admin
8+
9+
## DO NOT EXPORT THE [default] stanza, and the [default] stanza alone.
10+
## Because this comes later in the default.meta file, it overrides the
11+
## export = system for [] above.
12+
## We MAY want to consider change the access, like making this stanza read-only or similar
13+
[savedsearches/default]
14+
export = none

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
contentctl==5.5.10
1+
contentctl==5.5.12

0 commit comments

Comments
 (0)