Skip to content

Commit

Permalink
[DOXIASITETOOLS-259] Deprecate Google-related site descriptor properties
Browse files Browse the repository at this point in the history
This closes #39
  • Loading branch information
michael-o committed Jun 18, 2022
1 parent 492b085 commit bd9675f
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions doxia-decoration-model/src/main/mdo/decoration.mdo
Original file line number Diff line number Diff line change
Expand Up @@ -86,24 +86,33 @@ under the License.
</field>
<field>
<name>googleAdSenseClient</name>
<description>Your Google AdSense client id.</description>
<description>Your Google AdSense client id.&#xA;&#xA;@deprecated This property is deprecated for removal.</description>
<version>1.3.0+</version>
<type>String</type>
<identifier>true</identifier>
<annotations>
<annotation>@Deprecated</annotation>
</annotations>
</field>
<field>
<name>googleAdSenseSlot</name>
<description>Your Google AdSense slot id.</description>
<description>Your Google AdSense slot id.&#xA;&#xA;@deprecated This property is deprecated for removal.</description>
<version>1.3.0+</version>
<type>String</type>
<identifier>true</identifier>
<annotations>
<annotation>@Deprecated</annotation>
</annotations>
</field>
<field>
<name>googleAnalyticsAccountId</name>
<description>The id for your Google Analytics account.</description>
<description>The id for your Google Analytics account.&#xA;&#xA;@deprecated This property is deprecated for removal.</description>
<version>1.1.0+</version>
<type>String</type>
<identifier>true</identifier>
<annotations>
<annotation>@Deprecated</annotation>
</annotations>
</field>
<field xdoc.separator="blank" java.getter="false">
<name>publishDate</name>
Expand Down

0 comments on commit bd9675f

Please sign in to comment.